From 8a0a0e7d04e88aa949030d9671b185118afa5537 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 17 Feb 2009 14:24:42 +0100 Subject: [PATCH] Make ubuntu intrepid/hardy as well. --- id-deb-build/id-pbuild-all.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/id-deb-build/id-pbuild-all.sh b/id-deb-build/id-pbuild-all.sh index 534f435..13b6048 100755 --- a/id-deb-build/id-pbuild-all.sh +++ b/id-deb-build/id-pbuild-all.sh @@ -1,9 +1,5 @@ #!/bin/sh update=true -if test "$1" == "-f"; then - shift - update=false -fi PKG="$1" if test -z "$PKG"; then echo "Specify .dsc file" @@ -13,7 +9,7 @@ if test ! -e "$PKG"; then echo "${PKG} does not exist" exit 1 fi -for dist in etch lenny; do +for dist in intrepid hardy etch lenny; do for arch in i386 amd64; do if $update; then DIST=$dist ARCH=$arch pbuilder update --override-config -- 1.7.10.4