From: Prodromos Gerakios Date: Wed, 18 Jul 2012 08:50:43 +0000 (+0300) Subject: fixed make-dist.sh X-Git-Url: https://code.grnet.gr/git/aquarium/commitdiff_plain/5156c447277f472fae4a2b4fade910cb55142527 fixed make-dist.sh --- diff --git a/make-dist.sh b/make-dist.sh index d6e8fea..144384f 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -144,8 +144,8 @@ collectconf() { echo echo Copying config files from $CONF_SRC echo - cp $CONF_SRC/policy.yaml $DIST/conf || fail "copying policy.yaml" - cp $CONF_SRC/roles-agreements.map $DIST/conf || fail "copying roles-agreements.map" + cp $CONF_SRC/policy.json $DIST/conf || fail "copying policy.json" +# cp $CONF_SRC/roles-agreements.map $DIST/conf || fail "copying roles-agreements.map" if [ -n "$P_PROPS" ]; then cp $P_PROPS $DIST/conf/aquarium.properties || fail "copying $P_PROPS" @@ -259,4 +259,4 @@ collectconf && \ collectscripts && \ gitmark && \ archive && \ -removedist $P_KEEPDIST \ No newline at end of file +removedist $P_KEEPDIST