projects
/
jprojects-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48c584
)
let's sync sticks
author
Roland Haeder
<roland@mxchange.org>
Mon, 10 Apr 2017 19:12:01 +0000
(21:12 +0200)
committer
Roland Haeder
<roland@mxchange.org>
Mon, 10 Apr 2017 19:12:01 +0000
(21:12 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
push-stick.sh
patch
|
blob
|
history
diff --git
a/push-stick.sh
b/push-stick.sh
index
d90e0f6
..
02f2884
100755
(executable)
--- a/
push-stick.sh
+++ b/
push-stick.sh
@@
-40,9
+40,13
@@
for project in ${LIST}; do
if [ -n "$2" ]
then
git push transport :"$2"
+ echo "$0: Syncing ..."
+ sync
fi
git push ${FORCE} --all transport || exit 255
+ echo "$0: Syncing ..."
+ sync
elif [ "$1" = "u" ]
then
if [ -n "$2" ]
@@
-55,9
+59,13
@@
for project in ${LIST}; do
if [ -n "$2" ]
then
git push origin :"$2"
+ echo "$0: Syncing ..."
+ sync
fi
git push ${FORCE} --all || exit 255
+ echo "$0: Syncing ..."
+ sync
fi
done