On May 4, 5:08 pm, Ondrej Certik <[email protected]> wrote: > I was bitten by this too in FEMhub. setuptools simply sometimes want > to download things from the net. Is there some way to disable it? I > want the build to just fail, if I accidentally switch the order of > packages. Otherwise it's easy for me to miss it.
It looks like there is a configuration option "allow-hosts" which sets glob patterns for allowed hosts to access: http://peak.telecommunity.com/DevCenter/EasyInstall#restricting-downloads-with-allow-hosts -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
