Updating location of archive key in in image autobuild script.

This commit is contained in:
Daniel Baumann 2008-12-21 09:56:06 +01:00
parent c0de936487
commit a1d929c9ad
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ do
echo 'deb http://live.debian.net/debian/ ./' > config/chroot_sources/live-snapshots.chroot
echo 'deb http://live.debian.net/debian/ ./' > config/chroot_sources/live-snapshots.boot
wget http://ftp-master.debian-unofficial.org/other/openpgp/archive-key-2008.asc -O config/chroot_sources/live-snapshots.chroot.gpg
wget http://ftp-master.debian-unofficial.org/other/openpgp/archive-key-2008.asc -O config/chroot_sources/live-snapshots.binary.gpg
wget http://live.debian.net/debian/archive.gpg -O config/chroot_sources/live-snapshots.chroot.gpg
wget http://live.debian.net/debian/archive.gpg -O config/chroot_sources/live-snapshots.binary.gpg
fi