Rev 4586: don't use :strict for now, until we get it working again. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 31 22:02:38 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot
------------------------------------------------------------
revno: 4586
revision-id: john at arbash-meinel.com-20090731210224-pu1it7l9t0wkex8m
parent: john at arbash-meinel.com-20090731210148-gutx6b3v7eu327v3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-win32-buildbot
timestamp: Fri 2009-07-31 16:02:24 -0500
message:
don't use :strict for now, until we get it working again.
-------------- next part --------------
=== modified file 'tools/win32/buildout.cfg'
--- a/tools/win32/buildout.cfg 2009-07-31 19:31:24 +0000
+++ b/tools/win32/buildout.cfg 2009-07-31 21:02:24 +0000
@@ -132,7 +132,7 @@
download-only = true
[bzr]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = false
format = 1.9
urls =
@@ -141,7 +141,7 @@
develop = false
[bzrtools]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 2a
urls =
@@ -150,7 +150,7 @@
develop = false
[qbzr]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 1.9
urls =
@@ -159,7 +159,7 @@
develop = false
[tbzr]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 1.9
urls =
@@ -168,7 +168,7 @@
develop = false
[bzr-svn]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 2a
urls =
@@ -177,7 +177,7 @@
develop = false
[bzr-rewrite]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 1.9-rich-root
urls =
@@ -186,7 +186,7 @@
develop = false
[subvertpy]
-recipe = gf.recipe.bzr:strict
+recipe = gf.recipe.bzr
shared-repo = true
format = 1.9-rich-root
urls =
More information about the bazaar-commits
mailing list