At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 3926
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: jam-integration
timestamp: Mon 2009-01-12 12:17:05 -0600
message:
  VERSIONS for the 1.11rc1 win32 installer.
=== 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:

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to