diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-11 16:17:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:47 +0100 |
commit | efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568 (patch) | |
tree | b5a77f3e3a145ba7b991c0ea4bf97c059135670b /examples | |
parent | 3ec967876613d768d5d3abd4ea44df067e9534d0 (diff) | |
download | vyos-live-build-efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568.tar.gz vyos-live-build-efa4b9aaa3407f7d9f28becee54bb3cf2ed4b568.zip |
Updating git snapshot repository in image autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index 7dc69ee99..342f645eb 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 |