From 993e0e15eb9691bc73e502e0003fa799650862e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Jun 2021 23:00:20 -0300 Subject: aux/: Update --- aux/ci/ci-build.sh | 2 +- aux/ci/report.sh | 6 ++++-- aux/workflow/TODOs.sh | 11 ++++++++--- aux/workflow/assert-changelog.sh | 30 +++++++++++++++++++++++++++--- aux/workflow/assert-readme.sh | 37 ++++++++++++++++++++++++++++++------- aux/workflow/dist.sh | 9 ++++++++- aux/workflow/preamble.md | 4 +--- 7 files changed, 79 insertions(+), 20 deletions(-) (limited to 'aux') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index b6769a9..60af813 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -27,7 +27,7 @@ EOF cd - sh aux/ci/report.sh "$PACKAGE" - rsync -a public/ "/srv/http/$PACKAGE/" --delete + rsync -av public/ "/srv/http/$PACKAGE/" --delete printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" } diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 65d3335..2b40f3e 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -1,7 +1,8 @@ #!/bin/sh set -eu -PROJECT_UC="$1" +PROJECT="$1" +TLD="$(cat aux/tld.txt)" PASS='✅' FAIL='❌' @@ -27,6 +28,7 @@ cat <> "$OUT" + CI logs for $PROJECT