-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/15/2013 09:44 AM, Marius Gedminas wrote:
On Tue, Oct 15, 2013 at 09:00:56AM -0400, Tres Seaver wrote:
On 10/15/2013 02:11 AM, Marius Gedminas wrote:
On Tue, Oct 15, 2013 at 01:00:02AM +0200, Zope tests summarizer wrote:
[1] FAILED Failure - zopetoolkit_trunk - Build # 427 https://mail.zope.org/pipermail/zope-tests/2013-October/079244.html
Network timeout while trying to connect and fetch http://python-distribute.org/distribute_setup.py
(I see there are still copies of bootstrap.py that execute code fetched over plain HTTP. Don't let Donald Stufft know.)
Distribute is dead. Why don't we update the ZTK trunk buildout to use bootstrap 2.2?
https://github.com/search?q=%40zopefoundation+python-distribute.org&type=Cod...
242 repositories still have old bootstraps.
Sad that zc.buildout 1.x -> 2.x transition needs a manual review of buildout.cfg for incompatibilities, or we could easily script this.
Hmm, maybe we could script the "try it and see" part to get a list of repos that "just work":: $ cd /tmp $ wget -O bootstrap2.py http://downloads.buildout.org/2/bootstrap.py $ for repo in $(cat LIST_FROM_GITHUB_QUERY); do git clone git@github.com:zopefoundation/$repo pushd $repo cp /tmp/bootstrap2.py bootstrap.py /opt/Python-2.7.4/bin/python bootstrap.py && \ bin/buildout && \ bin/test -v --all && echo $repo >> /tmp/OK_WITH_BUILDOUT2 popd done Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlJdT1MACgkQ+gerLs4ltQ5xiACg28XOzmurAuPwefZYsbcZq+z2 i3cAoLpLPuzkNzjFRUvKcVDzdIeSZ3cP =4jp9 -----END PGP SIGNATURE-----