prefetch: add support for tests set

This commit is contained in:
Maurice Walker 2024-12-03 20:07:59 +01:00 committed by Franco Fichtner
parent 2ad6f99b2e
commit 0ae1317ea7

View file

@ -48,7 +48,7 @@ for ARG in ${@}; do
fetch -o ${SETSDIR} ${URL}.${SUFFIX} || true
done
;;
base|kernel)
base|kernel|tests)
sh ./clean.sh ${ARG}
URL="${MIRRORSETDIR}/${ARG}-${VERSION}-${PRODUCT_ARCH}"
for SUFFIX in txz.sig txz; do