Re: [Zope-dev] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Charlie Clark
Am 12.10.2010, 17:12 Uhr, schrieb Hanno Schlichting :

> Are you sure you used the latest distribute release? I hadn't had any
> problem at all during that whole time.

I had it here with the CMF buildout and also got it in a report from a  
customer.

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hanno Schlichting wrote:
> On Tue, Oct 12, 2010 at 5:01 PM, Andreas Jung  wrote:
>> sorry - wrong answer. This is a stupid misbehavior of setuptools
>> or zc.buildout. The zc.buildout package are hosted on PyPI and PyPI
>> was available. There is no reason for whatever component
>> to connect to buildout.org and fail without taking PyPI into account.
> 
> Are you sure you used the latest distribute release? I hadn't had any
> problem at all during that whole time.

This was a Plone 4.0.1 buildout so I guess it was 0.6.14
(can't check right now). Also numerous people complained
on IRC having the same problem (at least related to Plone 4
buildouts - not sure about problems with Plone 3 buildouts)


> It sounds like 0.6.13 should help here which includes:
>
> 
> Which was the merge of jarn.setuptoolsfixer into the distribute
> codebase. That package is obsolete for more than a year now.

Well - obviously there is likely still something wrong
(in Distribute).

But waitthis problem persisted even after releasing
zc.buildout 1.5.2 (with 'url' pointing to pypi.python.org).
So there must be something else.

Wild guess:

pypi.python.org/simple/zc.buildout

contains a file

1.5.0 home_page

file pointing to buildout.org

Perhaps there is some unhandled edgecase in Distribute?
No idea - I don#t have much insight in setuptools/Distribute.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJMtHzMAAoJEADcfz7u4AZjlb8LvRxcflhiZF4qRP1PSDmuCIpw
LcxVn+njFDb23ExT+jo4FracyQcHh1q6OdLA0HnI9V2L4PDfcQmraUorLGMIZqWz
qqFIq4UIcrtzZ6CM3MSelT/kUOu/oLoKZr2jkwZQ6CCRTi+F5FLNR6uMptGULHIU
W7HFB7Li8gVr6nLjvatGYXE8BjmdcTwioYG9/EjkngkwcvEdCZUiMJnBqXprgXXw
HgSIXZi3NYVlyMji2/fqj6KsUVsUPdin3d35xu/fkkHeCum/eSLfBLLuL+1Qde/A
uS5Urn93LV36q8KO4cjkd1glE5rkB+GwH5V9hp47xLWhjuv8F7sbfGjQLF/G9BFj
7+0PoXz071ACN8H8xzksoTuN/j0aRyG7raQjF5xOonbbNLiXsd5hn7hRMB9+hRn/
YQWv5OsD/RTJw8zJ/kFjqsytg0cu3nyW4F/2nWhrnYUQ2rRuQGAmi52+ebQl60+1
eMk02nk9brncZzMvXNHF9Yq0ydn+SSc=
=BC/y
-END PGP SIGNATURE-
<>___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Hanno Schlichting
On Tue, Oct 12, 2010 at 5:01 PM, Andreas Jung  wrote:
> sorry - wrong answer. This is a stupid misbehavior of setuptools
> or zc.buildout. The zc.buildout package are hosted on PyPI and PyPI
> was available. There is no reason for whatever component
> to connect to buildout.org and fail without taking PyPI into account.

Are you sure you used the latest distribute release? I hadn't had any
problem at all during that whole time.

It sounds like 0.6.13 should help here which includes:

Issue 163: scan index links before external links

In general distribute should behave better, as we have since 0.6.7:

Issue 21: Allow PackageIndex.open_url to gracefully handle all cases
of a httplib.HTTPException instead of just InvalidURL and
BadStatusLine.

Which was the merge of jarn.setuptoolsfixer into the distribute
codebase. That package is obsolete for more than a year now.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastien Douche wrote:
> On Mon, Oct 11, 2010 at 10:50, Andreas Jung  wrote:
>> Hi there,
> 
> Hi Andreas !
> 
>> Second: how to fix this finally?
> 
> I know it's not you want hear but build an "internal" infrastructure
> was a great improvement for us. Here, all is internal (debian mirror,
> zope mirror, pypi mirror, internal pypi...) and we don't care if a
> server is down. For me, the right solution is to make easier internal
> server (btw thanks the new bootstrap)
>

sorry - wrong answer. This is a stupid misbehavior of setuptools
or zc.buildout. The zc.buildout package are hosted on PyPI and PyPI
was available. There is no reason for whatever component
to connect to buildout.org and fail without taking PyPI into account.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGUBAEBAgAGBQJMtHguAAoJEADcfz7u4AZjbTsLvjCO5Zp+DS2c5AMDU7jH2+zL
DdOeADxlQlfWssetg9pur0uFc6zIOf8KvX4cJgfH9y6ZnGMB/vj3BIb9LBV6Hk0c
EgwVCovJyBjBi+lcdsWJG6+1VY94rj0VMjY0QYOkGmo1c1rSwNfRA6MTwrN7epnR
2+6bLBn75YHvl6OLEXowo9ayZ4l5Ii2daXEp4zKMQHFOqr1RjCHHMynaGU/OQWso
aZZdrWHRcpYaJKR7LOicfmM9GMHsC3T88PGMDHa5KcSbBF8ZzK+eiOWJ8si1lRHM
t4LVtqNGX7qFeXN3OSAXoBl3tsvkqir0LHgawqAPX4mIfPoL8QCwwGiZAhKFFl74
EfccjHAORQB7VAqIMpvgxvi6oWP9zNLH5myueNA0MbgJIPVWU9tzpXx5CD5orCsY
ck/eghHcbyTNbY1MXqwNhhNRWJUMIZ6nLeW09Wj6qpV4eNY1VTix/mobaWCuiWNt
Qzv+15mDgNmZiK5Xr/dV8HTPj8zTJ/s=
=lcRy
-END PGP SIGNATURE-
<>___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Sebastien Douche
On Mon, Oct 11, 2010 at 10:50, Andreas Jung  wrote:
> Hi there,

Hi Andreas !

> Second: how to fix this finally?

I know it's not you want hear but build an "internal" infrastructure
was a great improvement for us. Here, all is internal (debian mirror,
zope mirror, pypi mirror, internal pypi...) and we don't care if a
server is down. For me, the right solution is to make easier internal
server (btw thanks the new bootstrap)




-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, lean, python, open source)
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )