]> git.donarmstrong.com Git - bin.git/blobdiff - git_pbuilder
add reset usb bus command
[bin.git] / git_pbuilder
index 1be9c6a4b08768aee694494211ed0242b19a5111..abb1d3dfda44e094f139f1c72f95f6c90fe76059 100755 (executable)
@@ -26,9 +26,9 @@ else
     BACKPORT="";
 fi;
 
-OPTIONS=""
+OPTIONS="${OPTIONS:-}"
 if [ "$DIST" = "etch" ]; then
-    OPTIONS="--debian-etch-workaround"
+    OPTIONS="$OPTIONS --debian-etch-workaround"
 fi;
 
 if [ -z "$BUILDRESULT" ]; then
@@ -37,5 +37,6 @@ fi;
 
 pdebuild --buildresult "$BUILDRESULT" \
     --debbuildopts "-i\.git -I.git $*" \
+    ${PDEBUILDOPTS} \
     -- --basepath ~/pbuilder/base_"${DIST}${BACKPORT}${ARCH}" ${OPTIONS} "$@"