From 5602f1e92663902da5caaa88ee269a68d69a5b8e Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Sat, 22 Feb 2014 23:39:30 +0100 Subject: [PATCH] dropping maguro and adding flo, changing golfish to generic in touchsubarches --- debian/changelog | 6 ++++++ live-build/auto/build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82de66ad..4c6d7be5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.206) UNRELEASED; urgency=medium + + * dropping maguro and adding flo, changing golfish to generic in touchsubarches + + -- Oliver Grawert Sat, 22 Feb 2014 23:35:07 +0100 + livecd-rootfs (2.205) trusty; urgency=medium * touch/48-setup-env.chroot: QML2_IMPORT_PATH should respect diff --git a/live-build/auto/build b/live-build/auto/build index c7261f2c..40b78866 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -410,7 +410,7 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then fi if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then - touchsubarches="maguro manta grouper mako goldfish" + touchsubarches="flo manta grouper mako generic" sourceslist="chroot/etc/apt/sources.list"