From 7535aeaedf66bd551c3409ed3f2c93d93d776d6f Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Wed, 29 May 2013 14:23:01 +0200 Subject: [PATCH] hardcode dist in the temporary sources.list of the ubuntu-touch initrd creation for a test --- debian/changelog | 7 +++++++ live-build/auto/build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0747ace8..d3e0be13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.140) UNRELEASED; urgency=low + + * hardcode dist in the temporary sources.list of the ubuntu-touch initrd + creation for a test + + -- Oliver Grawert Wed, 29 May 2013 14:20:34 +0200 + livecd-rootfs (2.139) saucy; urgency=low * fix resolv.conf for ubuntu-touch initramfs creation diff --git a/live-build/auto/build b/live-build/auto/build index 31e0d181..033c0bdb 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -421,7 +421,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then mv "${sourceslist}" "${sourceslist}.orig" mv "${sourceslist}.d" "${sourceslist}.d.orig" - echo "deb http://ftpmaster.internal/ubuntu/ $codename main universe" >$sourceslist + echo "deb http://ftpmaster.internal/ubuntu/ saucy main universe" >$sourceslist Chroot chroot "apt-get -y update" for subarch in $touchsubarches; do