We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E: Failed getting release file http://127.0.0.1:3142/archive.ubuntu.com/ubuntu/dists/precise/Release when running: bin/make-base-vm --lxc --arch amd64 --suite precise.
The text was updated successfully, but these errors were encountered:
maybe change archive to old-releases, there is issue about that
Sorry, something went wrong.
I have the same issue how would you change archive to old releases?
In gitian-builder/target-bin/bootstrap-fixup.in
Change lines 9-11: Change archive.ubuntu.com/security.ubuntu.com to old-releases.ubuntu.com
if [ $DISTRIB_NAME = "Ubuntu" ]; then echo "deb http://hostip:3142/archive.ubuntu.com/ubuntu $DISTRIB_CODENAME main universe" > $1/etc/apt/sources.list echo "deb http://hostip:3142/security.ubuntu.com/ubuntu $DISTRIB_CODENAME-security main universe" >> $1/etc/apt/sources.list echo "deb http://hostip:3142/archive.ubuntu.com/ubuntu $DISTRIB_CODENAME-updates main universe" >> $1/etc/apt/sources.list
No branches or pull requests
E: Failed getting release file http://127.0.0.1:3142/archive.ubuntu.com/ubuntu/dists/precise/Release
when running: bin/make-base-vm --lxc --arch amd64 --suite precise.
The text was updated successfully, but these errors were encountered: