Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/bin/createNightlies.py

Issue 29630555: Issue 6141, 6140 - Adapt to new build.py interface (Closed) Base URL: https://hg.adblockplus.org/sitescripts/file/6287fd6aa256
Patch Set: Created Dec. 5, 2017, 5:09 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/bin/createNightlies.py
diff --git a/sitescripts/extensions/bin/createNightlies.py b/sitescripts/extensions/bin/createNightlies.py
index ab134c5497e95ca228b2d36dd1b0929dc418f06a..c1d06e768942bc993897a15fca7eea09737a30c5 100644
--- a/sitescripts/extensions/bin/createNightlies.py
+++ b/sitescripts/extensions/bin/createNightlies.py
@@ -346,7 +346,7 @@ class NightlyBuild(object):
env = dict(env, SPIDERMONKEY_BINARY=spiderMonkeyBinary)
command = [os.path.join(self.tempdir, 'build.py'),
- '-t', self.config.type, 'build', '-b', self.buildNum]
+ 'build', '-t', self.config.type, '-b', self.buildNum]
if self.config.type not in {'gecko', 'edge'}:
command.extend(['-k', self.config.keyFile])
command.append(self.path)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld