[packages/rpm-build-tools] Don't try to to commit or push during builder -a
draenog
draenog at pld-linux.org
Wed Jul 11 22:47:16 CEST 2012
commit 1578426f76620546cfacbc3d2cb9a57c9ea5c17b
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Wed Jul 11 21:40:49 2012 +0100
Don't try to to commit or push during builder -a
builder.sh | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/builder.sh b/builder.sh
index ba1fcd2..54b9291 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2546,8 +2546,6 @@ case "$COMMAND" in
fi
done
git add $SPECFILE
- git commit -m 'Initial commit'
- git push --dry-run $REMOTE_PLD master || Exit_error err_cvs_add_failed
else
echo "You had already git repository. Push chosen branches to remote: ${REMOTE_PLD}"
fi
More information about the pld-cvs-commit
mailing list