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

Unified Diff: build_release.py

Issue 4660775054475264: Issue #1222 - make sure the installer version is set correctly (Closed)
Patch Set: Created Nov. 27, 2014, 1:15 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 | installer/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_release.py
===================================================================
--- a/build_release.py
+++ b/build_release.py
@@ -49,7 +49,6 @@
version += ".%s" % buildnum
subprocess.check_call([os.path.join(basedir, "createsolution.bat"), version, build_type])
-subprocess.check_call([os.path.join(basedir, "installer", "createsolutions.bat"), version])
for arch in ("ia32", "x64"):
subprocess.check_call([
« no previous file with comments | « no previous file | installer/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld