diff options
-rwxr-xr-x | build-all-with-docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all-with-docker b/build-all-with-docker index 9289e73d8..cba306ee7 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -55,7 +55,7 @@ if [ -n "$(git status --porcelain)" ]; then >&2 echo 'we are running interactively, so we continue even with an unclean git' fi -./bumpPkgrel -a +# ./bumpPkgrel -a ids=$( parallel "$0" ::: */PKGBUILD \ |