Exclude deltarpms for fedora

Right now, we are not using them in our jobs. It is possible in the
future we will want too, but for now save some HDD quota by skipping
them.

Change-Id: If799a8b9483941b52590813cb909d2051898895e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-27 11:12:04 -05:00
parent 47d5314b47
commit a4a7e6183b

View File

@ -54,6 +54,7 @@ $K5START rsync -rlptDvz \
--exclude="i386/" \
--exclude="SRPMS/" \
--exclude="x86_64/debug" \
--exclude="x86_64/drpms" \
$MIRROR/fedora/$REPO/ $BASE/$REPO/
# TODO(pabelanger): Validate rsync process