Rev 4529: update the dependency versions of plugins for 1.17rc1 in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Tue Jul 14 16:00:21 BST 2009


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 4529
revision-id: john at arbash-meinel.com-20090714150014-blad4h58wbz2p8u0
parent: pqm at pqm.ubuntu.com-20090714100845-hvon0uo2poeoxr29
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Tue 2009-07-14 10:00:14 -0500
message:
  update the dependency versions of plugins for 1.17rc1
-------------- next part --------------
=== modified file 'tools/win32/build_release.py'
--- a/tools/win32/build_release.py	2009-06-17 18:11:58 +0000
+++ b/tools/win32/build_release.py	2009-07-14 15:00:14 +0000
@@ -4,12 +4,12 @@
 # When preparing a new release, make sure to set all of these to the latest
 # values.
 VERSIONS = {
-    'bzr': '1.16',
-    'qbzr': '0.11.0',
-    'bzrtools': '1.16.0',
-    'bzr-svn': '0.6.1',
-    'bzr-rebase': '0.5.0',
-    'subvertpy': '0.6.7',
+    'bzr': '1.17',
+    'qbzr': '0.12',
+    'bzrtools': '1.17.0',
+    'bzr-svn': '0.6.3-win32-1',
+    'bzr-rewrite': '0.5.1',
+    'subvertpy': '0.6.8',
 }
 
 # This will be passed to 'make' to ensure we build with the right python
@@ -125,7 +125,7 @@
 
 
 def _plugin_tag_name(plugin_name):
-    if plugin_name in ('bzr-svn', 'bzr-rebase', 'subvertpy'):
+    if plugin_name in ('bzr-svn', 'bzr-rewrite', 'subvertpy'):
         return '%s-%s' % (plugin_name, VERSIONS[plugin_name])
     # bzrtools and qbzr use 'release-X.Y.Z'
     return 'release-' + VERSIONS[plugin_name]
@@ -134,7 +134,7 @@
 def update_plugin(plugin_name):
     release_dir = get_plugin_release_dir(plugin_name)
     if not os.path.isdir(plugin_name):
-        if plugin_name in ('bzr-svn', 'bzr-rebase'):
+        if plugin_name in ('bzr-svn', 'bzr-rewrite'):
             # bzr-svn uses a different repo format
             call_or_fail([bzr(), 'init-repo', '--rich-root-pack', plugin_name])
         else:
@@ -195,7 +195,7 @@
     install_plugin('bzrtools')
     install_plugin('qbzr')
     install_plugin('bzr-svn')
-    install_plugin('bzr-rebase')
+    install_plugin('bzr-rewrite')
 
     build_installer()
 



More information about the bazaar-commits mailing list