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

------------------------------------------------------------
revno: 3936
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: Canonical.com Patch Queue Manager <[email protected]>
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: [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:
      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:


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

Reply via email to