summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-12-21 09:56:06 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:07:31 +0100
commita1d929c9ad587ad5321c2a31cc6297d555dea39a (patch)
treec4010371e5a412f7918ffbb9a612e7403f2394ad /examples
parentc0de936487d869af68ec02f9f695d09f0d84262e (diff)
downloadlive-build-a1d929c9ad587ad5321c2a31cc6297d555dea39a.zip
live-build-a1d929c9ad587ad5321c2a31cc6297d555dea39a.tar.gz
Updating location of archive key in 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 a6da5b2..7a75c2f 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://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