Rev 3926: VERSIONS for the 1.11rc1 win32 installer. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Mon Jan 12 18:18:17 GMT 2009
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 3926
revision-id: john at arbash-meinel.com-20090112181705-hh5pvdhwbx88k5r3
parent: charles_duffy at messageone.com-20090108055319-can05w3dapd0fhxm
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2009-01-12 12:17:05 -0600
message:
VERSIONS for the 1.11rc1 win32 installer.
-------------- next part --------------
=== modified file 'tools/win32/build_release.py'
--- a/tools/win32/build_release.py 2008-12-23 20:12:14 +0000
+++ b/tools/win32/build_release.py 2009-01-12 18:17:05 +0000
@@ -4,9 +4,9 @@
# When preparing a new release, make sure to set all of these to the latest
# values.
VERSIONS = {
- 'bzr': '1.10',
- 'qbzr': '0.9.5',
- 'bzrtools': '1.10.0',
+ 'bzr': '1.11',
+ 'qbzr': '0.9.6',
+ 'bzrtools': '1.11.0',
'bzr-svn': '0.4.16',
}
@@ -83,7 +83,7 @@
bzr_dir = get_bzr_dir()
if not os.path.isdir(bzr_dir):
bzr_version = VERSIONS['bzr']
- bzr_url = 'http://bazaar-vcs.org/bzr/bzr' + bzr_version
+ bzr_url = 'http://bazaar-vcs.org/bzr/bzr.' + bzr_version
print "Getting bzr release %s from %s" % (bzr_version, bzr_url)
call_or_fail([bzr(), 'co', bzr_url])
else:
More information about the bazaar-commits
mailing list