[Checkins] SVN: zope.app.fssync/branches/jim-hack/ Get tests passing again by using zope 3.4 known good set.

Amos Latteier amos at latteier.com
Thu Feb 5 11:35:26 EST 2009


Log message for revision 96142:
  Get tests passing again by using zope 3.4 known good set.
  

Changed:
  U   zope.app.fssync/branches/jim-hack/buildout.cfg
  U   zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt

-=-
Modified: zope.app.fssync/branches/jim-hack/buildout.cfg
===================================================================
--- zope.app.fssync/branches/jim-hack/buildout.cfg	2009-02-05 16:35:09 UTC (rev 96141)
+++ zope.app.fssync/branches/jim-hack/buildout.cfg	2009-02-05 16:35:26 UTC (rev 96142)
@@ -1,8 +1,16 @@
 [buildout]
 develop = .
 parts = demo test zsync zsync-demo-server
-find-links = http://download.zope.org/distribution/
+index = http://pypi.python.org/simple
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
+allow-picked-versions = false
+use-dependency-links = false
 
+[versions]
+paramiko = 1.7.4
+pycrypto = 2.0.1
+
 [zope3]
 location = .
 

Modified: zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt
===================================================================
--- zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt	2009-02-05 16:35:09 UTC (rev 96141)
+++ zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt	2009-02-05 16:35:26 UTC (rev 96142)
@@ -110,8 +110,6 @@
     N .../root/
     U .../root/file1.txt
     U .../root/file2.txt
-    N .../@@Zope/Annotations/root/
-    U .../@@Zope/Annotations/root/zope.app.dublincore.ZopeDublinCore
     All done.
 
     >>> localfile1 = os.path.join(checkoutdir, 'root', 'file1.txt')



More information about the Checkins mailing list