WD=$(dirname $(readlink -f $0))
CUSTOMDIR="$WD/custom"
-EG_VERSION="2.12.2"
+EG_VERSION="2.12.4"
UBUNTU_CODENAME="xenial"
LICENSE="$WD/License.txt"
TEMPLATEDIR="$WD/templates"
cp -f "$TEMPLATEDIR/db/create_database_${PSQL_VERSION}.sql" "setup_${NODE_FOLDER}/create_database.sql"
cp -f "$TEMPLATEDIR/db/eg_db_root.crontab" "setup_${NODE_FOLDER}"
cp -f "$TEMPLATEDIR/db/eg_db_postgres.crontab" "setup_${NODE_FOLDER}"
- cp -f "$TEMPLATEDIR/debs/librose-uri-perl_1.00-1_all.deb" "setup_${NODE_FOLDER}" #TODO remove in 14.04
echo "CREATE ROLE evergreen PASSWORD" \'$DATABASE_PASSWORD\' "SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;" > "setup_${NODE_FOLDER}/create_db_user.sql"
fi
if echo ${NODE_FOLDER} | grep -q utility0