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

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

Issue 4798492509732864: Issue 1767 - Fix link generation for IE artifacts, add links for GPO installers (Closed)
Patch Set: Created Feb. 12, 2015, 2:24 p.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
===================================================================
--- a/sitescripts/extensions/bin/createNightlies.py
+++ b/sitescripts/extensions/bin/createNightlies.py
@@ -252,7 +252,7 @@
'updateURL': updateURL
}])
- for suffix in (self.config.packageSuffix, self.config.packageSuffix.replace("-x64", "-x86")):
+ for suffix in ["-x86.msi", "-x64.msi", "-gpo-x86.msi", "-gpo-x64.msi"]:
linkPath = os.path.join(baseDir, '00latest%s' % suffix)
outputPath = os.path.join(baseDir, self.basename + '-' + version + suffix)
if hasattr(os, 'symlink'):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld