From da33dc6eebc70fefeb6256afee32c39a503503d2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 26 Aug 2017 07:39:13 +0200 Subject: [PATCH] scripts: add latest link to nightly logs --- scripts/nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nightly.sh b/scripts/nightly.sh index f1f01bf..96b5de0 100755 --- a/scripts/nightly.sh +++ b/scripts/nightly.sh @@ -14,6 +14,7 @@ done (make clean-obj 2>&1) > /dev/null mkdir -p ${LOGSDIR}/${VERSION} +(cd ${LOGSDIR}; ln -sfn ${VERSION} latest) for STAGE in update info base kernel distfiles; do # we don't normally clean these stages