Rev 3936: (jam) Update build-release for the 0.11rc1 release. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Jan 12 18:57:41 GMT 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3936
revision-id: pqm at pqm.ubuntu.com-20090112185737-d6kwagahecadwfce
parent: pqm at pqm.ubuntu.com-20090112053526-fvc589mub65ppz2m
parent: john at arbash-meinel.com-20090112181705-hh5pvdhwbx88k5r3
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-01-12 18:57:37 +0000
message:
  (jam) Update build-release for the 0.11rc1 release.
modified:
  tools/win32/build_release.py   build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 3923.2.3
    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.
    modified:
      tools/win32/build_release.py   build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
=== 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