At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 3917 revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> 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: [email protected] parent: [email protected] committer: John Arbash Meinel <[email protected]> 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])
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
