Rev 23: Now that 2a supersedes all other formats, switch over. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk
John Arbash Meinel
john at arbash-meinel.com
Tue Sep 22 04:57:01 BST 2009
At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk
------------------------------------------------------------
revno: 23
revision-id: john at arbash-meinel.com-20090922035602-vykuxfh6jkq4urfd
parent: ian.clatworthy at canonical.com-20090922031702-be117wp1xya8glts
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2009-09-21 22:56:02 -0500
message:
Now that 2a supersedes all other formats, switch over.
It will mean doing some conversions when pulling from certain repos,
but that is ok, those are all small anyway. And this way everything
ends up in one big shared repo, so we can nuke the subdirs without
worrying about having to fetch it all again.
-------------- next part --------------
=== modified file 'tools/win32/buildout.cfg'
--- a/tools/win32/buildout.cfg 2009-09-22 03:17:02 +0000
+++ b/tools/win32/buildout.cfg 2009-09-22 03:56:02 +0000
@@ -200,7 +200,7 @@
[bzr]
recipe = gf.recipe.bzr:strict
shared-repo = false
-format = 1.9
+format = 2a
urls =
${settings:bzr-release-url} release
${settings:bzr-trunk-url} trunk
@@ -208,7 +208,7 @@
[bzrtools]
recipe = gf.recipe.bzr:strict
-shared-repo = true
+shared-repo = false
format = 2a
urls =
${settings:bzrtools-trunk-url} trunk
@@ -217,8 +217,8 @@
[qbzr]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9
+shared-repo = false
+format = 2a
urls =
${settings:qbzr-trunk-url} trunk
${buildout:directory}/qbzr/trunk@${settings:qbzr-release-tag} release
@@ -226,8 +226,8 @@
[bzr-explorer]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9
+shared-repo = false
+format = 2a
urls =
${settings:bzr-explorer-trunk-url} trunk
${buildout:directory}/bzr-explorer/trunk@${settings:bzr-explorer-release-tag} release
@@ -235,8 +235,8 @@
[bzr-upload]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9
+shared-repo = false
+format = 2a
urls =
${settings:bzr-upload-trunk-url} trunk
${settings:bzr-upload-release-url} release
@@ -244,8 +244,8 @@
[bzr-xmloutput]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9
+shared-repo = false
+format = 2a
urls =
${settings:bzr-xmloutput-trunk-url} trunk
${buildout:directory}/bzr-xmloutput/trunk@${settings:bzr-xmloutput-release-tag} release
@@ -253,8 +253,8 @@
[tbzr]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9
+shared-repo = false
+format = 2a
urls =
${settings:tbzr-trunk-url} trunk
${buildout:directory}/tbzr/trunk@${settings:tbzr-release-tag} release
@@ -262,7 +262,7 @@
[bzr-svn]
recipe = gf.recipe.bzr:strict
-shared-repo = true
+shared-repo = false
format = 2a
urls =
${settings:bzr-svn-trunk-url} trunk
@@ -271,8 +271,8 @@
[bzr-rewrite]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9-rich-root
+shared-repo = false
+format = 2a
urls =
${settings:bzr-rewrite-trunk-url} trunk
${buildout:directory}/bzr-rewrite/trunk@${settings:bzr-rewrite-release-tag} release
@@ -280,8 +280,8 @@
[subvertpy]
recipe = gf.recipe.bzr:strict
-shared-repo = true
-format = 1.9-rich-root
+shared-repo = false
+format = 2a
urls =
${settings:subvertpy-trunk-url} trunk
${buildout:directory}/subvertpy/trunk@${settings:subvertpy-release-tag} release
More information about the bazaar-commits
mailing list