Skip to content

Commit 7f19acf

Browse files
committed
[tools] remove 'upstream' in sync.py
trying to resolve extra rebuild issue
1 parent ccdd4f8 commit 7f19acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if re.match('.*nw_src_revision.*', line):
1818
revisions['nw_src_revision'] = line.split()[1].strip("',")
1919

20-
cmd = ['gclient', 'sync', '--with_branch_heads', '-f', '--reset', '--upstream', '--spec', (DEFAULT_CONFIG % revisions)]
20+
cmd = ['gclient', 'sync', '--with_branch_heads', '-f', '--reset', '-v', '--spec', (DEFAULT_CONFIG % revisions)]
2121

2222
print cmd
2323
print gclient_root

0 commit comments

Comments
 (0)