From 1ecf9b99c671895badb0dd665580596fae97abc4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 14 Jun 2021 16:29:50 -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 | 21 ++++++++++++++++--- aux/workflow/assert-manpages.sh | 45 ++++++++++++++++++++++++++++++---------- aux/workflow/assert-readme.sh | 33 ++++++++++++++++++++++++----- aux/workflow/dist.sh | 9 +++++++- 7 files changed, 101 insertions(+), 26 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