blob: 1d113b47ad2dd9f5694a45167f1092e9feff5857 [file] [log] [blame]
if [ "$1" != "-doit" ] ; then
echo " This is a dry run. Add -doit to actually remove"
doit="--dry-run"
else
doit=""
fi
stagingSite=$HOME/downloads/releases/europa/staging
releasesSite=$HOME/downloads/releases/europa/
rsync $doit --ignore-existing -rv $stagingSite/plugins $releasesSite
rsync $doit --ignore-existing -rv $stagingSite/features $releasesSite
if [ "$doit" == "--dry-run" ] ; then
echo ""
echo " This was a dry run. Add -doit to actually remove"
echo ""
fi