diff --git a/status.fsfe.org/fsfe.org/index.cgi b/status.fsfe.org/fsfe.org/index.cgi index 2fd1d35571..b4bb757cee 100755 --- a/status.fsfe.org/fsfe.org/index.cgi +++ b/status.fsfe.org/fsfe.org/index.cgi @@ -78,12 +78,13 @@ fi)
Previous builds
+latest
$( find "$DATADIR" -name "status_*.html" -type f -printf "%f\n" | sort -r | head -n10 | while read stat; do t="${stat#status_}" t="${t%.html}" - printf '%s - %s
' \ - "data/$stat" "$(timestamp "$t")" "$(sed -rn 's;^.*
Duration:
(.+)
.*$;\1;p;T;q' "$stat")" + printf '%s - %s
' \ + "/${PWD##*/}/${DATADIR}/$stat" "$(timestamp "$t")" "$(sed -rn 's;^.*
Duration:
(.+)
.*$;\1;p;T;q' "$stat")" printf $'\n' done )