Rev 3916: Fix up bits of the build_release script. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Tue Dec 23 20:12:43 GMT 2008
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 3916
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.
-------------- next part --------------
=== 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