Fix all egg versions
Stefan Bund [Mon, 22 Feb 2010 20:45:11 +0000 (21:45 +0100)]
.gitignore
Makefile.master
buildout.cfg
versions.cfg [new file with mode: 0644]

index cfb4c87..aa1f9bf 100644 (file)
@@ -12,3 +12,4 @@ parts/
 easyshop/
 /local.cfg
 SOURCES.txt
+*~
index e9adea1..1a49b3d 100644 (file)
@@ -77,6 +77,10 @@ buildout: buildout.cfg
 buildout.cfg:
        $(PASTER) create --no-interactive -t plone3_buildout . zope_password=admin
 
+versions:
+       @echo "# Add the following lines to [versions] in buildout.cfg to pin all packages"
+       @bin/buildout -Novvvvv |sed -ne 's/^Picked: //p' | sort | uniq 
+
 bootstrap: 
        sed -i -e '1s/^#!.*\/python/#!$(subst /,\/,$(PYTHON))/' $(PYTHON_DIR)/bin/*
        $(PYTHON) bootstrap.py
index 2ffb1df..e1960ad 100644 (file)
@@ -8,6 +8,7 @@ parts =
 extends = 
     http://dist.plone.org/release/3.3.1/versions.cfg 
     easyshop/easyshop.cfg
+    versions.cfg
     local.cfg
 versions = versions
 
diff --git a/versions.cfg b/versions.cfg
new file mode 100644 (file)
index 0000000..5a75c5b
--- /dev/null
@@ -0,0 +1,7 @@
+[versions]
+plone.recipe.distros = 1.5
+Products.DataGridField = 1.6
+zc.authorizedotnet = 1.3
+ssl-for-setuptools = 1.10
+zc.creditcard = 1.0
+zc.ssl = 1.1