[Zope-dev] zope-tests - FAILED: 1, OK: 8
Tres Seaver
tseaver at palladion.com
Tue Oct 15 16:21:07 CEST 2013
-----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=Code
>
>
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 at 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 at 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-----
More information about the Zope-Dev
mailing list