Updating name of arhive keys in image autobuild script.

This commit is contained in:
Daniel Baumann 2009-01-31 11:45:03 +01:00
parent aaf6add2d4
commit b038c34072
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://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
wget http://live.debian.net/debian/archive-key.asc -O config/chroot_sources/live-snapshots.chroot.gpg
wget http://live.debian.net/debian/archive-key.asc -O config/chroot_sources/live-snapshots.binary.gpg
fi