summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2020-07-26 23:57:43 +0200
committerFigue2020-07-26 23:57:43 +0200
commit34ae1c5957593df68d428a63098ff027036eb372 (patch)
treef9caf3dc4265568bf317c8967d469f53c1da67d3
parent6f6cb9775dcc72c512a37bf617da11f7381361d9 (diff)
downloadaur-34ae1c595759.tar.gz
added chromium-no-history.patch
-rw-r--r--chromium-no-history.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/chromium-no-history.patch b/chromium-no-history.patch
index 666155495d47..edfec7bc986f 100644
--- a/chromium-no-history.patch
+++ b/chromium-no-history.patch
@@ -1,11 +1,12 @@
---- a/lib/util.js 2020-05-22 00:47:36.846961336 +0200
-+++ b/lib/util.js 2020-05-22 00:49:49.913695175 +0200
-@@ -527,7 +527,7 @@
- },
+--- a/lib/util.js 2020-07-17 22:23:08.832588013 +0200
++++ b/lib/util.js 2020-07-17 22:26:52.894403279 +0200
+@@ -614,7 +614,7 @@
+ let reset = forceReset
- gclientSync: (reset = false, options = {}) => {
-- let args = ['sync', '--force', '--nohooks', '--with_tags', '--reset',
-+ let args = ['sync', '--no-history', '--shallow', '--force', '--nohooks', '--with_tags', '--reset',
- '--with_branch_heads', '--upstream',
- '--revision', 'src/brave@' + config.getProjectRef('brave-core')]
- if (reset)
+ // base args
+- const initialArgs = ['sync', '--reset', '--nohooks']
++ const initialArgs = ['sync', '--no-history', '--shallow', '--reset', '--nohooks']
+ const chromiumArgs = ['--revision', 'src@' + config.getProjectRef('chrome')]
+ const resetArgs = ['--with_tags', '--with_branch_heads', '--upstream']
+
+