summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-31 11:45:03 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:41 +0100
commitb038c34072025c217afd26a6e6bc1395e3913124 (patch)
tree543e92ca6a903d1baa230f9219fcba986703de77 /examples
parentaaf6add2d4899dcdebd4a39f55cae0576ea93d03 (diff)
downloadlive-build-b038c34072025c217afd26a6e6bc1395e3913124.zip
live-build-b038c34072025c217afd26a6e6bc1395e3913124.tar.gz
Updating name of arhive keys in image autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 7a75c2f..2c821b7 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -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