nightly.sh: update for updated srpm-excluded-arch.py

Signed-off-by: Dan Horák <dan@danny.cz>
This commit is contained in:
Dan Horák 2017-03-09 16:56:33 +01:00
parent 5e68322d22
commit 1aadaa9dca

View File

@ -157,7 +157,7 @@ do
elif [ "$koji" = "s390" ]; then
arches=s390,s390x
fi
./releng/scripts/srpm-excluded-arch.py -a $arches --path $DESTDIR/compose/Everything/source/tree/Packages/\*/ >$DESTDIR/logs/excludearch-$koji.log
./releng/scripts/srpm-excluded-arch.py -a $arches --path $DESTDIR/compose/Everything/source/tree/Packages/ >$DESTDIR/logs/excludearch-$koji.log
done
find $TARGET_DIR -xdev -depth -maxdepth 2 -mtime +14 -exec rm -rf {} \;