[libdevel-cover-perl] 07/32: Clean all docker instances on each iteration.

Axel Beckert abe at deuxchevaux.org
Sun Apr 26 22:26:35 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 446e5488c82626b0ba9585fd7a97f7e80f12faec
Author: Paul Johnson <paul at pjcj.net>
Date:   Sat Oct 4 14:09:34 2014 +0100

    Clean all docker instances on each iteration.
---
 utils/dc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/utils/dc b/utils/dc
index 6285a88..4b94cda 100755
--- a/utils/dc
+++ b/utils/dc
@@ -115,7 +115,8 @@ case "$1" in
         export CPANCOVER_LOCAL=1
         export DEVEL_COVER_CPUS=10
         while true; do
-            echo Starting cpancover run at `date`
+            echo Starting cpancover run at `date` on $DEVEL_COVER_CPUS cpus
+            $0 cpancover-rm-docker  # just in case something bad happened
             $0 cpancover-latest | $0 cpancover
             $0 cpancover-generate-html
             echo Finished cpancover run at `date`

-- 
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