From efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Oct 2009 16:17:36 +0200 Subject: Updating git snapshot repository in image autobuild script. --- examples/cron/images.sh | 8 ++++---- 1 file 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 -- cgit v1.0