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 b3745e58979635bd4a3d0aa3e13d7a5c96c0b965 Author: Paul Johnson <[email protected]> Date: Sat Oct 4 14:08:21 2014 +0100 Set environment for running on cpancover.com. --- utils/dc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/dc b/utils/dc index 65a90cb..6285a88 100755 --- a/utils/dc +++ b/utils/dc @@ -112,6 +112,8 @@ case "$1" in echo Done ;; "cpancover-run") + export CPANCOVER_LOCAL=1 + export DEVEL_COVER_CPUS=10 while true; do echo Starting cpancover run at `date` $0 cpancover-latest | $0 cpancover -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
