From ec0782ce4bb8494cc8692aff34f8a2373ec45f9f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 23 Jun 2021 07:52:21 -0300 Subject: git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g' --- aux/ci/ci-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aux/ci/ci-build.sh') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 60af813..9f89205 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eux -PACKAGE="$1" +PROJECT="$1" LOGS_DIR="$2" read -r _ SHA _ # oldrev newrev refname FILENAME="$(date -Is)-$SHA.log" @@ -26,8 +26,8 @@ EOF git notes append -m "$NOTE" cd - - sh aux/ci/report.sh "$PACKAGE" - rsync -av public/ "/srv/http/$PACKAGE/" --delete + sh aux/ci/report.sh "$PROJECT" + rsync -av public/ "/srv/http/$PROJECT/" --delete printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" } -- cgit v1.2.3