Exclude alpha and beta content on download-ib01 so it has space for final rc/tc's

This commit is contained in:
Kevin Fenzi 2014-11-13 15:53:52 +00:00
parent 8bd04b0440
commit 4d77e92fec

View file

@ -8,7 +8,7 @@
RSYNC='/usr/bin/rsync'
RS_OPT="-avSHP --numeric-ids"
RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates"
ALT_EXCLUDES="--exclude deltaisos/archive"
ALT_EXCLUDES="--exclude deltaisos/archive --exclude='21_Alpha*' --exclude='21-Alpha*' --exclude='21_Beta*' --exclude=F21a-TC1"
EPL_EXCLUDES=""
FED_EXCLUDES=""