build/download: add log target as well

This commit is contained in:
Franco Fichtner 2018-09-20 08:49:47 +02:00
parent 3f6a1c5265
commit 0df1a58e3e
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ for ARG in ${@}; do
sh ./clean.sh ${ARG}
download ${ARG} ${SETSDIR} "${ARG}-*"
;;
log)
# one log only, do not clear
download ${ARG} ${LOGSDIR} "${PRODUCT_VERSION}-*"
;;
logs)
sh ./clean.sh ${ARG}
download ${ARG} ${LOGSDIR} "[0-9]*"