Rev 4239: (Jelmer) Include bzr-rebase in the Windows installer. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Apr 2 15:45:55 BST 2009


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

------------------------------------------------------------
revno: 4239
revision-id: pqm at pqm.ubuntu.com-20090402144549-a1o7lbd8lp64qxnl
parent: pqm at pqm.ubuntu.com-20090402135806-w2vi86mmi1s39b4h
parent: jelmer at samba.org-20090328161036-qz5jljmaehkux5p3
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-04-02 15:45:49 +0100
message:
  (Jelmer) Include bzr-rebase in the Windows installer.
modified:
  tools/win32/build_release.py   build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 4062.3.2
    revision-id: jelmer at samba.org-20090328161036-qz5jljmaehkux5p3
    parent: jelmer at samba.org-20090227221353-uixn1vo7bfbanq27
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: windows-rebase
    timestamp: Sat 2009-03-28 17:10:36 +0100
    message:
      Use newer bzr-rebase.
    modified:
      tools/win32/build_release.py   build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 4062.3.1
    revision-id: jelmer at samba.org-20090227221353-uixn1vo7bfbanq27
    parent: pqm at pqm.ubuntu.com-20090227055829-spbhpi4ccodki2r4
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: windows-rebase
    timestamp: Fri 2009-02-27 23:13:53 +0100
    message:
      Provide bzr-rebase in the windows 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	2009-02-24 20:43:40 +0000
+++ b/tools/win32/build_release.py	2009-03-28 16:10:36 +0000
@@ -8,6 +8,7 @@
     'qbzr': '0.9.8',
     'bzrtools': '1.12.0',
     'bzr-svn': '0.5.2',
+    'bzr-rebase': '0.4.4',
     'subvertpy': '0.6.4',
 }
 
@@ -124,7 +125,7 @@
 
 
 def _plugin_tag_name(plugin_name):
-    if plugin_name in ('bzr-svn', 'subvertpy'):
+    if plugin_name in ('bzr-svn', 'bzr-rebase', 'subvertpy'):
         return '%s-%s' % (plugin_name, VERSIONS[plugin_name])
     # bzrtools and qbzr use 'release-X.Y.Z'
     return 'release-' + VERSIONS[plugin_name]
@@ -133,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 == 'bzr-svn':
+        if plugin_name in ('bzr-svn', 'bzr-rebase'):
             # bzr-svn uses a different repo format
             call_or_fail([bzr(), 'init-repo', '--rich-root-pack', plugin_name])
         else:
@@ -194,6 +195,7 @@
     install_plugin('bzrtools')
     install_plugin('qbzr')
     install_plugin('bzr-svn')
+    install_plugin('bzr-rebase')
 
     build_installer()
 




More information about the bazaar-commits mailing list