[git] gnupg-doc - branch, preview, updated. 65970a904835c32fcec61d5d6bfa4c545fd3abe0
by Werner Koch
cvs at cvs.gnupg.org
Fri May 19 15:21:51 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, preview has been updated
via 65970a904835c32fcec61d5d6bfa4c545fd3abe0 (commit)
from 92f93a0029e34ff26d7a626dda0d513c8e7cd7e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 65970a904835c32fcec61d5d6bfa4c545fd3abe0
Author: Werner Koch <wk at gnupg.org>
Date: Fri May 19 15:18:28 2017 +0200
tools: Run mkkudos also for the preview page
diff --git a/tools/build-website.sh b/tools/build-website.sh
index b477c19..afb61a9 100755
--- a/tools/build-website.sh
+++ b/tools/build-website.sh
@@ -245,7 +245,7 @@ if [ -z "$rev" ]; then
fi
revlast="$(head -1 ${revlastfile} 2>/dev/null || true)"
if [ x"$rev" = x"$revlast" ]; then
- echo "$pgm: No need to build $subdir" >&2;
+ echo "$pgm: No need to build $branch:$subdir" >&2;
else
echo "$(date -u -Iseconds) build started for $branch:$subdir" | tee ${buildlog}
@@ -306,6 +306,7 @@ if [ -n "$sync_preview" ]; then
cd "$sync_preview"
rsync -rlt --exclude '*~' --exclude '*.tmp' \
. ${htdocs_preview}/
+ $HOME/bin/mkkudos.sh --verbose --force --test
fi
-----------------------------------------------------------------------
Summary of changes:
tools/build-website.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list