aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-23 07:52:21 -0300
committerEuAndreh <eu@euandre.org>2021-06-23 07:52:21 -0300
commitec0782ce4bb8494cc8692aff34f8a2373ec45f9f (patch)
tree9f2fa560ac04f880a6fbc6e63d9813c806d152d9 /aux/ci/git-pre-push.sh
parentaux/guix/with-container.sh: Remove -x sh option (diff)
downloadgit-permalink-ec0782ce4bb8494cc8692aff34f8a2373ec45f9f.tar.gz
git-permalink-ec0782ce4bb8494cc8692aff34f8a2373ec45f9f.tar.xz
git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g'
Diffstat (limited to 'aux/ci/git-pre-push.sh')
-rwxr-xr-xaux/ci/git-pre-push.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh
index e73b9b8..cccd6e5 100755
--- a/aux/ci/git-pre-push.sh
+++ b/aux/ci/git-pre-push.sh
@@ -3,9 +3,9 @@ set -eux
TLD="$(cat aux/tld.txt)"
-PACKAGE="$(basename "$PWD")"
-LOGS_DIR="/opt/ci/$PACKAGE/logs"
-REMOTE_GIT_DIR="/srv/git/$PACKAGE.git"
+PROJECT="$(basename "$PWD")"
+LOGS_DIR="/opt/ci/$PROJECT/logs"
+REMOTE_GIT_DIR="/srv/git/$PROJECT.git"
DESCRIPTION="$(mktemp)"
if [ -f description ]