Rev 183: Add a 2.5 series. in http://bazaar.launchpad.net/%2Bbranch/bzr-windows-installers
John Arbash Meinel
john at arbash-meinel.com
Tue Aug 30 07:06:24 UTC 2011
At http://bazaar.launchpad.net/%2Bbranch/bzr-windows-installers
------------------------------------------------------------
revno: 183
revision-id: john at arbash-meinel.com-20110830070549-iv774reh09i1t2hg
parent: john at arbash-meinel.com-20110830070259-bab71jnsb95iwzpl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bzr-windows-installers
timestamp: Tue 2011-08-30 09:05:49 +0200
message:
Add a 2.5 series.
-------------- next part --------------
=== modified file 'bazaar_releases.py'
--- a/bazaar_releases.py 2011-08-30 07:02:59 +0000
+++ b/bazaar_releases.py 2011-08-30 07:05:49 +0000
@@ -289,6 +289,53 @@
incompatible_pythons = set(['Python24', 'Python25'])
)
+
+# The components in Bazaar 2.5
+BAZAAR_2_5 = dict(
+ name = 'bzr-2.5',
+
+ # The projects to bundle
+ projects = [
+ Project('bzr', 'lp:bzr/2.5', revision='tag:bzr-2.5b1'),
+ subvertpy.copy_write(revision='tag:subvertpy-0.8.0'),
+ python_fastimport.copy_write(revision='tag:fastimport-0.9.0'),
+ tortoisebzr.copy_write(revision='tag:release-0.6.5'),
+ ],
+
+ # The plugins to bundle
+ plugins = [
+ changelog_merge,
+ launchpad,
+ netrc_credential_store,
+ news_merge,
+ bzrtools,
+ colo,
+ explorer.copy_write(revision='tag:release-1.2.1'),
+ bzr_fastimport,
+ loom,
+ pipeline,
+ rewrite,
+ svn.copy_write(revision='tag:bzr-svn-1.1.0'),
+ upload,
+ xmloutput.copy_write(revision='tag:0.8.7'),
+ qbzr.copy_write(branch='lp:qbzr/0.21', revision='tag:release-0.21.1'),
+ ],
+
+ # These are the documentation sets shown in the installer
+ docsets = BAZAAR_2_2['docsets'],
+
+ # These are the applications shown in the installer
+ applications = BAZAAR_2_2['applications'],
+
+ # These are the additional dependencies we need to install.
+ # (In the future, it would be nice to explicitly associate these with
+ # the projects requiring them.)
+ downloads = BAZAAR_2_2['downloads'],
+ tortoise_overlays = BAZAAR_2_2['tortoise_overlays'],
+
+ incompatible_pythons = set(['Python24', 'Python25'])
+ )
+
# The components in Bazaar trunk
BAZAAR_TRUNK = dict(
name = 'bzr-dev',
@@ -340,5 +387,6 @@
BAZAAR_2_2,
BAZAAR_2_3,
BAZAAR_2_4,
+ BAZAAR_2_5,
BAZAAR_TRUNK,
]
More information about the bazaar-commits
mailing list