Rev 4589: Use gf.recipe.bzr 1.0rc7 which allows us to use :strict again. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 31 22:38:57 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
------------------------------------------------------------
revno: 4589
revision-id: john at arbash-meinel.com-20090731213842-lq67u2dzt09bcrpq
parent: john at arbash-meinel.com-20090731212831-kefqx9tmjd7814wa
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-win32-buildbot
timestamp: Fri 2009-07-31 16:38:42 -0500
message:
Use gf.recipe.bzr 1.0rc7 which allows us to use :strict again.
-------------- next part --------------
=== modified file 'tools/win32/buildout.cfg'
--- a/tools/win32/buildout.cfg 2009-07-31 21:02:24 +0000
+++ b/tools/win32/buildout.cfg 2009-07-31 21:38:42 +0000
@@ -25,7 +25,7 @@
zc.buildout = 1.2.1
setuptools = 0.6c8
z3c.recipe.filetemplate = 2.0.3
-gf.recipe.bzr = 1.0rc6
+gf.recipe.bzr = 1.0rc7
[settings]
python24=c:\Python24\python.exe
@@ -132,7 +132,7 @@
download-only = true
[bzr]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = false
format = 1.9
urls =
@@ -141,7 +141,7 @@
develop = false
[bzrtools]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 2a
urls =
@@ -150,7 +150,7 @@
develop = false
[qbzr]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 1.9
urls =
@@ -159,7 +159,7 @@
develop = false
[tbzr]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 1.9
urls =
@@ -168,7 +168,7 @@
develop = false
[bzr-svn]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 2a
urls =
@@ -177,7 +177,7 @@
develop = false
[bzr-rewrite]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 1.9-rich-root
urls =
@@ -186,7 +186,7 @@
develop = false
[subvertpy]
-recipe = gf.recipe.bzr
+recipe = gf.recipe.bzr:strict
shared-repo = true
format = 1.9-rich-root
urls =
More information about the bazaar-commits
mailing list