fixed make-dist.sh
authorProdromos Gerakios <pgerakios@grnet.gr>
Wed, 18 Jul 2012 08:50:43 +0000 (11:50 +0300)
committerProdromos Gerakios <pgerakios@grnet.gr>
Wed, 18 Jul 2012 08:50:43 +0000 (11:50 +0300)
make-dist.sh

index d6e8fea..144384f 100755 (executable)
@@ -144,8 +144,8 @@ collectconf() {
   echo
   echo Copying config files from $CONF_SRC
   echo
   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"
 
   if [ -n "$P_PROPS" ]; then
     cp $P_PROPS $DIST/conf/aquarium.properties || fail "copying $P_PROPS"
@@ -259,4 +259,4 @@ collectconf       && \
 collectscripts    && \
 gitmark           && \
 archive           && \
 collectscripts    && \
 gitmark           && \
 archive           && \
-removedist $P_KEEPDIST
\ No newline at end of file
+removedist $P_KEEPDIST