Rev 3917: Updates to the build_release script for the 1.10 release. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Dec 23 20:51:18 GMT 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3917
revision-id: pqm at pqm.ubuntu.com-20081223205115-bm0e9xfbnx5aqwk4
parent: pqm at pqm.ubuntu.com-20081223073457-19rneaiz4yscvyiy
parent: john at arbash-meinel.com-20081223201214-fyucsqwah3msamv6
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2008-12-23 20:51:15 +0000
message:
Updates to the build_release script for the 1.10 release.
modified:
tools/win32/build_release.py build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
------------------------------------------------------------
revno: 3915.2.1
revision-id: john at arbash-meinel.com-20081223201214-fyucsqwah3msamv6
parent: pqm at pqm.ubuntu.com-20081219200818-g19t5zbtkj52bwqp
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Tue 2008-12-23 14:12:14 -0600
message:
Fix up bits of the build_release script.
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-07 17:58:36 +0000
+++ b/tools/win32/build_release.py 2008-12-23 20:12:14 +0000
@@ -4,10 +4,10 @@
# When preparing a new release, make sure to set all of these to the latest
# values.
VERSIONS = {
- 'bzr': '1.9',
+ 'bzr': '1.10',
'qbzr': '0.9.5',
- 'bzrtools': '1.9.1',
- 'bzr-svn': '0.4.14',
+ 'bzrtools': '1.10.0',
+ 'bzr-svn': '0.4.16',
}
# This will be passed to 'make' to ensure we build with the right python
@@ -112,7 +112,7 @@
def update_plugin_trunk(plugin_name):
trunk_dir = get_plugin_trunk_dir(plugin_name)
if not os.path.isdir(trunk_dir):
- plugin_trunk = get_plugin_trunk_branch()
+ plugin_trunk = get_plugin_trunk_branch(plugin_name)
print "Getting latest %s trunk" % (plugin_name,)
call_or_fail([bzr(), 'co', plugin_trunk,
trunk_dir])
More information about the bazaar-commits
mailing list