From bbc84ce8f8208ec8c25db3a64797582c51ea6ce9 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 28 Aug 2012 13:44:25 +0200 Subject: [PATCH] disable --architectures, it breaks on armel livefs builders trying to build armhf targets --- debian/changelog | 8 ++++++++ live-build/auto/config | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f14f1598..b600124b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.79) UNRELEASED; urgency=low + + * setting --architectures seems to have weird side effects on arm + (considering all but the buildd arch as foreign etc), disable it for a + testbuild... + + -- Oliver Grawert Mon, 27 Aug 2012 16:04:30 +0200 + livecd-rootfs (2.78) quantal; urgency=low * revert the last change, i was not aware that unity-2d was also ripped out diff --git a/live-build/auto/config b/live-build/auto/config index 207f48b8..b43ed96f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -318,7 +318,6 @@ esac lb config noauto \ --mode ubuntu \ --distribution "$SUITE" \ - --architectures "$ARCH" \ --bootstrap-keyring ubuntu-keyring \ --binary-images "$BINARY_IMAGES" \ --memtest "$MEMTEST" \