mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
pgit.sh: Don't uncoditionally set -e
Base that on whether or not PGIT_KEEP_GOING is defined Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c5fe87b13f
commit
be98a4049c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ clone()
|
|||
[ "$?" != 0 ] && exit 1
|
||||
fi
|
||||
n_projects=`echo $projects | wc -w`
|
||||
set -e
|
||||
if [ "$PGIT_KEEP_GOING" != y ]; then set -e; fi
|
||||
for p in $projects; do
|
||||
cur=`expr $cur + 1`
|
||||
local pullurl=ssh://$login@git.janware.com/srv/git/$fromuser/proj/$p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue