From c98d6c8175a1b2fe4452990b6ac19346411b637d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 13 Jan 2022 15:02:40 -0300 Subject: aux/: Update --- aux/ci/report.sh | 66 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 26 deletions(-) (limited to 'aux/ci/report.sh') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 1aa41a0..e900e26 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -41,30 +41,45 @@ for c in $(git notes list | cut -d\ -f2); do DATA="$(git notes --ref=refs/notes/ci-data show "$c")" FILENAME="$(echo "$DATA" | cut -d\ -f2)" echo "$DATA" > "$OUTDIR/ci-data/$FILENAME" - git notes --ref=refs/notes/ci-logs show "$c" > "$OUTDIR/ci-logs/$FILENAME" + git notes --ref=refs/notes/ci-logs show "$c" \ + > "$OUTDIR/ci-logs/$FILENAME" done -cat <> "$OUT" +{ + cat < - - - - - CI logs for $PROJECT - - - - -

- CI logs for $PROJECT -

-
    + + + + + + $PROJECT - CI logs + +EOF + + cat aux/workflow/style.css + + cat < + pre { + display: inline; + } + ol { + list-style-type: disc; + } + + + +
    +

    + CI logs for + $PROJECT +

    +
      EOF +} > "$OUT" for f in $(find "$OUTDIR/ci-data/" -type f | LANG=C.UTF-8 sort -r); do DATA="$(cat "$f")" @@ -78,17 +93,16 @@ for f in $(find "$OUTDIR/ci-data/" -type f | LANG=C.UTF-8 sort -r); do fi cat <> "$OUT" -
    1. - - $STATUS_MARKER
      $FILENAME
      -
      -
    2. +
    3. + $STATUS_MARKER
      $FILENAME
      +
    4. EOF done cat <> "$OUT" -
- + + + EOF -- cgit v1.2.3