From e7825683d291ddfa6e378293c7c278a7d88909ec Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 20 Aug 2021 19:24:16 -0300 Subject: aux/ci/report.sh: Add description metadata, use
    , use spaces for HTML --- aux/ci/report.sh | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'aux/ci/report.sh') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 7fa3d08..2a4ad65 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -48,27 +48,29 @@ done cat <> "$OUT" - - - - - CI logs for $PROJECT + + + + + + CI logs for $PROJECT - - - -

    - CI logs for - - $PROJECT - -

    -
      + + + +
      +

      + CI logs for + $PROJECT +

      +
        EOF for f in $(find "$OUTDIR/ci-data/" -type f | LANG=C.UTF-8 sort -r); do @@ -83,17 +85,15 @@ 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