( cd modules/cctbx_project/ && git checkout 35652e06564da7ff989500a6d929bc595f69040f )
ln -s modules/cctbx_project/libtbx/auto_build/bootstrap.py .
./bootstrap.py base --use-conda
—> many "An HTTP error occurred when trying to retrieve this URL.”
This means that with the current conda implementation it’s impossible to guarantee reproducibility for any build beyond the past few days, without lots and lots of manual work reconstructing the versioning out of the file list dump.
Because the version constraints aren’t kept with the repository, this means that a source distribution is not nearly enough to recreate any given release.
This seems like a problem?
Nick