summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <marian@spline.de>2016-03-04 13:34:58 +0100
committerMarian Sigler <marian@spline.de>2016-03-04 13:34:58 +0100
commit1f554b012c2c03a0f614138392c4e43509b8546f (patch)
tree20f6933c501d2787401b98e84d3a6465f544ecb6
parent627fe71cf4428dd2b8d4a9527c52341e4f2d96b5 (diff)
downloadhooks-1f554b012c2c03a0f614138392c4e43509b8546f.tar.gz
hooks-1f554b012c2c03a0f614138392c4e43509b8546f.tar.bz2
hooks-1f554b012c2c03a0f614138392c4e43509b8546f.zip
print a little note before running cyraxHEADmaster
(so that the user doesn't think the connection is broken etc)
-rwxr-xr-xpost-receive.cyrax-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 376d799..00da0c9 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -30,6 +30,7 @@ while read old new ref ; do
# customize url in settings.cfg
test "${BRANCH}" = "master" || sed -i "s%^url: .*$%url: ${URL}%" "${TMP_DIR}/settings.cfg"
+ echo "Seite wird neu generiert ..."
# build website
. /home/wartung/cyrax_env/bin/activate
mkdir -p "${TARGET_TMP_DIR}"