Skip to content
New issue

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

Failing bin/make-base-vm #278

Open
0xnim opened this issue Jun 29, 2022 · 3 comments
Open

Failing bin/make-base-vm #278

0xnim opened this issue Jun 29, 2022 · 3 comments

Comments

@0xnim
Copy link

0xnim commented Jun 29, 2022

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.

@Kailkox
Copy link

Kailkox commented Aug 6, 2022

maybe change archive to old-releases, there is issue about that

@KonaB15
Copy link

KonaB15 commented Aug 10, 2022

I have the same issue how would you change archive to old releases?

@Kailkox
Copy link

Kailkox commented Aug 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants