mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
prefetch: add support for tests set
This commit is contained in:
parent
2ad6f99b2e
commit
0ae1317ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue