[libdevel-cover-perl] 02/32: Log HTML generation for cpancover.
Axel Beckert
abe at deuxchevaux.org
Sun Apr 26 22:26:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to annotated tag v1.18
in repository libdevel-cover-perl.
commit e8d46aab287721436281d2ce87301a28f193c2f2
Author: Paul Johnson <paul at pjcj.net>
Date: Sat Sep 27 13:43:36 2014 +0100
Log HTML generation for cpancover.
---
utils/dc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/utils/dc b/utils/dc
index 43a26c8..3cc9304 100755
--- a/utils/dc
+++ b/utils/dc
@@ -101,12 +101,15 @@ case "$1" in
$DOCKER rm "$name"
;;
"cpancover-generate-html")
+ echo Generating HTML at `date`
+ # perl -V
$0 cpancover -generate_html
$0 cpancover-compress
json=$CPANCOVER_DIR/cpancover.json
tmp=$json-tmp-$$.gz
echo Compressing $json
pigz < $json > $tmp && mv $tmp $json.gz
+ echo Done
;;
"cpancover-kill-docker")
docker ps -a | tail -n +2 | awk '{ print $1 }' | xargs -r docker kill
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git
More information about the Pkg-perl-cvs-commits
mailing list