The product option can be used if the Debian package is different
from the product name on our download area. For example php5-yaz
is called phpyaz, idzebra-2.0 is called zebra.
[--ubuntu=distros]
[--upload]
[--concurrency=N]
+ [--product=X]
EOF
exit $1
}
esac
case $1 in
+ --debian=*)
+ DEBIAN_DIST=$optarg
+ ;;
--ubuntu=*)
UBUNTU_DIST=$optarg
;;
- --debian=*)
- DEBIAN_DIST=$optarg
+ --upload)
+ upload=true
;;
--concurrency=*)
concurrency=$optarg
;;
- --upload)
- upload=true
+ --product=*)
+ PRODUCT=$optarg
;;
--remote=*)
REMOTE=$optarg
exit 1
fi
PBUILDER=/usr/sbin/pbuilder
-PRODUCT=`echo *.dsc|sed 's/_.*//g'`
+if test -z "$PRODUCT"; then
+ PRODUCT=`echo *.dsc|sed 's/_.*//g'`
+fi
ARCHS="i386 amd64"
if grep "Architecture: all" $PKG >/dev/null; then
USE_ARCHS=i386