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 8fb68a450b1ef0862b75f620fa1c7c2e0b6b6ce8
Author: Paul Johnson <p...@pjcj.net>
Date:   Sat Oct 4 14:10:19 2014 +0100

    Use specified docker executable.
---
 utils/dc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/dc b/utils/dc
index 4b94cda..f8cce37 100755
--- a/utils/dc
+++ b/utils/dc
@@ -124,10 +124,10 @@ case "$1" in
         done
         ;;
     "cpancover-kill-docker")
-        docker ps -a | tail -n +2 | awk '{ print $1 }' | xargs -r docker kill
+        $DOCKER ps -a | tail -n +2 | awk '{ print $1 }' | xargs -r $DOCKER kill
         ;;
     "cpancover-rm-docker")
-        docker ps -a | tail -n +2 | awk '{ print $1 }' | xargs -r docker rm -f
+        $DOCKER ps -a | tail -n +2 | awk '{ print $1 }' | xargs -r $DOCKER rm 
-f
         ;;
     "sereal_each_bug")
         perl="${2:-perl}"

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to