From 6e00cc4676656e7a4bcf84bcfcefaee6746050c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Tue, 14 Aug 2012 05:45:31 -0400 Subject: [PATCH] Temporarily use a git checkout to have the latest version with latest fixes --- build_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_all.sh b/build_all.sh index 9b37553..39266ff 100755 --- a/build_all.sh +++ b/build_all.sh @@ -5,6 +5,9 @@ set -e KALI_ARCHES="i386 amd64" KALI_VERSION="${VERSION:-daily}" +# XXX: Use a git checkout of live-build until we have a good version in wheezy +export LIVE_BUILD=/srv/cdimage.kali.org/live/live-build + cd $(dirname $0) for KALI_ARCH in $KALI_ARCHES; do