Rev 4582: Update the recipes to be ':strict' in http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot

John Arbash Meinel john at arbash-meinel.com
Fri Jul 31 20:31:42 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-win32-buildbot

------------------------------------------------------------
revno: 4582
revision-id: john at arbash-meinel.com-20090731193124-0wdkp5kpfn5vfu61
parent: john at arbash-meinel.com-20090731190931-uv3yk1zpmb2wxh5r
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-win32-buildbot
timestamp: Fri 2009-07-31 14:31:24 -0500
message:
  Update the recipes to be ':strict'
  Fix up some bad urls.
  Switch to using the zlib.net official dll, rather than a 3rd-party
  statically compiled zlib.
  
  For now, use an older setuptools because otherwise it conflicts with the setuptools I have.
-------------- next part --------------
=== modified file 'tools/win32/buildout.cfg'
--- a/tools/win32/buildout.cfg	2009-07-31 19:09:31 +0000
+++ b/tools/win32/buildout.cfg	2009-07-31 19:31:24 +0000
@@ -23,7 +23,7 @@
 
 [versions]
 zc.buildout = 1.2.1
-setuptools = 0.6c9
+setuptools = 0.6c8
 z3c.recipe.filetemplate = 2.0.3
 gf.recipe.bzr = 1.0rc6
 
@@ -43,7 +43,7 @@
 tortoise-overlays-win32-url = http://guest:password@tortoisesvn.tigris.org/svn/tortoisesvn/TortoiseOverlays/version-1.0.4/bin/TortoiseOverlays-1.0.4.11886-win32.msi
 tortoise-overlays-x64-url = http://guest:password@tortoisesvn.tigris.org/svn/tortoisesvn/TortoiseOverlays/version-1.0.4/bin/TortoiseOverlays-1.0.4.11886-x64.msi
 zlib-url =
-  http://www.zlatkovic.com/pub/libxml/zlib-1.2.3.win32.zip
+  http://www.zlib.net/zlib123-dll.zip
 
 bzr-release = 1.17
 # bzr-release-url = http://bazaar-vcs.org/bzr/bzr.${settings:bzr-release}
@@ -69,7 +69,7 @@
 # This isn't a typo, as of last release, the branch is lp:bzr-rewrite but the
 # tag is bzr-rebase-0.5.2
 bzr-rewrite-release = 0.5.2
-bzr-rewrite-release-tag = tag:bzr-rebase-${settings:bzr-rebase-release}
+bzr-rewrite-release-tag = tag:bzr-rebase-${settings:bzr-rewrite-release}
 bzr-rewrite-trunk-url = lp:bzr-rewrite
 
 subvertpy-release = 0.6.8
@@ -114,7 +114,7 @@
 recipe = hexagonit.recipe.download
 url = ${settings:zlib-url}
 ignore-existing = ${settings:download-ignore-existing}
-strip-top-level-dir = true
+strip-top-level-dir = false
 destination = zlib
 
 [tortoise-overlays-win32]
@@ -132,7 +132,7 @@
 download-only = true
 
 [bzr]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = false
 format = 1.9
 urls =
@@ -141,7 +141,7 @@
 develop = false
 
 [bzrtools]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 2a
 urls =
@@ -150,7 +150,7 @@
 develop = false
 
 [qbzr]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 1.9
 urls =
@@ -159,7 +159,7 @@
 develop = false
 
 [tbzr]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 1.9
 urls =
@@ -168,7 +168,7 @@
 develop = false
 
 [bzr-svn]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 2a
 urls =
@@ -177,16 +177,16 @@
 develop = false
 
 [bzr-rewrite]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 1.9-rich-root
 urls =
-    ${settings:bzr-rebase-trunk-url} trunk
-    ${buildout:directory}/bzr-rebase/trunk@${settings:bzr-rebase-release-tag} release
+    ${settings:bzr-rewrite-trunk-url} trunk
+    ${buildout:directory}/bzr-rewrite/trunk@${settings:bzr-rewrite-release-tag} release
 develop = false
 
 [subvertpy]
-recipe = gf.recipe.bzr#strict
+recipe = gf.recipe.bzr:strict
 shared-repo = true
 format = 1.9-rich-root
 urls =



More information about the bazaar-commits mailing list