Clone-only mode (NO_DPKG=1).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 8 Mar 2014 12:05:00 +0000 (13:05 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 8 Mar 2014 12:05:00 +0000 (13:05 +0100)
rocci-server/gen-rocci-server.sh

index 5cf612d..1195d7f 100755 (executable)
@@ -12,6 +12,7 @@ if [ -d rOCCI-server ]; then
 else
        git clone https://github.com/EGI-FCTF/rOCCI-server.git
 fi
+test -n "$NO_DPKG" && exit 0
 
 cd rOCCI-server