mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
composite/nightly: treat upload.log as a nightly step for "watch" use
This commit is contained in:
parent
a77e999b8a
commit
defbe6c733
1 changed files with 3 additions and 1 deletions
|
|
@ -111,7 +111,9 @@ tar -C ${TARGETDIRPREFIX} -cJf \
|
|||
rm -rf ${LOGSDIR}/latest
|
||||
mv ${LOGSDIR}/${PRODUCT_VERSION} ${LOGSDIR}/latest
|
||||
|
||||
# put an upload log as a watchable log, but only after it was packaged
|
||||
LOG="${LOGSDIR}/latest/$(printf %02d $(expr ${STAGENUM} + 1))-upload.log"
|
||||
(make upload-log SERVER=${SERVER} REMOTEDIR=${REMOTEDIR} \
|
||||
VERSION=${PRODUCT_VERSION} 2>&1) > ${LOGSDIR}/latest/upload.log
|
||||
VERSION=${PRODUCT_VERSION} 2>&1) > ${LOG}
|
||||
|
||||
cat ${LOGSDIR}/latest/watch.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue