summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-10-11 16:17:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:47 +0100
commitefa4b9aaa3407f7d9f28becee54bb3cf2ed4b568 (patch)
treeb5a77f3e3a145ba7b991c0ea4bf97c059135670b /examples
parent3ec967876613d768d5d3abd4ea44df067e9534d0 (diff)
downloadlive-build-efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568.zip
live-build-efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568.tar.gz
Updating git snapshot repository in image autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/images.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 7dc69ee..342f645 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -70,11 +70,11 @@ do
if [ "${DISTRIBUTION}" = "sid" ]
then
- 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
+ echo 'deb http://live.debian.net/ sid/snapshots main' > config/chroot_sources/debian-live_sid-snapshots.chroot
+ echo 'deb http://live.debian.net/ sid/snapshots main' > config/chroot_sources/debian-live_sid-snapshots.boot
- 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
+ wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.chroot.gpg
+ wget http://live.debian.net/debian/project/openpgp/archive-key.asc -O config/chroot_sources/debian-live_sid-snapshots.binary.gpg
fi