]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
do not run on the same commit hash more than once
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 5064b3e7e5171472e404d39d21756ab4dcd03c31..ee4d75aa64b808170180e095d1593d8d969fe63f 100755 (executable)
--- a/all
+++ b/all
@@ -978,10 +978,11 @@ case "$cmd" in
                srcdir=$5
                depsdir=$6
                targetfiles=$7
+               set -x
                if [ -n "$targetfiles" ]; then
                        case " $HOSTS_THAT_ARE_DISABLED " in
                                *\ $host\ *)
-                                       return 0
+                                       exit
                                        ;;
                        esac
                        case " $HOSTS_THAT_ARE_MYSELF " in
@@ -997,7 +998,7 @@ case "$cmd" in
                                *)
                                        verbose rsync --delete -zLvaSHP "$srcdir"/ "$host:$buildpath/"
                                        verbose rsync --delete -zLvaSHP "$depsdir"/ "$host:$buildpath.deps/"
-                                       verbose ssh "$host" "ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && make clean $maketargets $makeflags"
+                                       verbose ssh "$host" "ln -snf $buildpath.deps $buildpath/.deps && cd $buildpath && nice -`nice` make clean $maketargets $makeflags"
                                        for f in $targetfiles; do
                                                verbose rsync -zvaSHP "$host:$buildpath/${f%:*}" "${f##*:}" || true
                                        done