Make ubuntu intrepid/hardy as well.
[git-tools-moved-to-github.git] / id-deb-build / id-pbuild-all.sh
index 534f435..13b6048 100755 (executable)
@@ -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