From 8ea4466d9cb6dba754de6bec767f2d1f84d0abc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 28 Nov 2012 13:53:07 +0000 Subject: [PATCH] Helper script to generate branched etics module configurations. --- org.glite.lb/etics-gen-branch.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 org.glite.lb/etics-gen-branch.sh diff --git a/org.glite.lb/etics-gen-branch.sh b/org.glite.lb/etics-gen-branch.sh new file mode 100755 index 0000000..ed7b4ec --- /dev/null +++ b/org.glite.lb/etics-gen-branch.sh @@ -0,0 +1,24 @@ +#! /bin/sh + +SUB=$1 +BRANCH=${2:-'HEAD'} +PROJECT=${3:-'emi'} +URL=${URL:-"http://scientific.zcu.cz/emi/$BRANCH/\${moduleName}"} + +if test -z "$1"; then + cat <