suppress output of git push
This commit is contained in:
parent
2f9f37775e
commit
9a645a516c
@ -285,7 +285,7 @@ if [ -e archivefilename ] ; then git rm archivefilename $QUIET ; fi
|
|||||||
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
|
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
|
||||||
|
|
||||||
git commit -m "rename-e-smith-pkg script (#12359)" $QUIET
|
git commit -m "rename-e-smith-pkg script (#12359)" $QUIET
|
||||||
git push $QUIET
|
git push origin &> /dev/null
|
||||||
|
|
||||||
#Convert repository to a Regular Repository (rather than fork)
|
#Convert repository to a Regular Repository (rather than fork)
|
||||||
#Can't do via API call ATM, so leave a message
|
#Can't do via API call ATM, so leave a message
|
||||||
|
Loading…
Reference in New Issue
Block a user