gitian-builder icon indicating copy to clipboard operation
gitian-builder copied to clipboard

Failing bin/make-base-vm

Open 0xnim opened this issue 2 years ago • 3 comments

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.

0xnim avatar Jun 29 '22 07:06 0xnim

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

Kailkox avatar Aug 06 '22 22:08 Kailkox

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

KonaB15 avatar Aug 10 '22 20:08 KonaB15

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

Kailkox avatar Aug 13 '22 14:08 Kailkox