From 9a645a516cb660a76d03194015f3786d97f29348 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 1 Jun 2023 21:23:51 +1000 Subject: [PATCH] suppress output of git push --- rename-e-smith-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index f3ff4cd..9a4ec6f 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -285,7 +285,7 @@ if [ -e archivefilename ] ; then git rm archivefilename $QUIET ; fi # - if there is an e-smith--update event rename to smeserver--update and add symlink 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) #Can't do via API call ATM, so leave a message