]> git.pld-linux.org Git - packages/kernel.git/commitdiff
Die on failures.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2021 10:48:50 +0000 (11:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2021 10:48:50 +0000 (11:48 +0100)
update-source.sh

index fc33254dcb7e86855c322e1f1f68a0e461156216..d1996de9e45982da02dd5cd5086602695d6a1645 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
-set -x
+set -xe
 
 #BRANCH=aufs5.x-rcN
 BRANCH=aufs5.15
 
 # aufs5
-git clone git://github.com/sfjro/aufs5-standalone.git
+[ -d aufs5-standalone ] || git clone git://github.com/sfjro/aufs5-standalone.git
 cd aufs5-standalone
 git checkout -b ${BRANCH} origin/${BRANCH}
 git pull
This page took 2.144318 seconds and 4 git commands to generate.