[libdevel-cover-perl] 08/32: Use specified docker executable.

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 8fb68a450b1ef0862b75f620fa1c7c2e0b6b6ce8
Author: Paul Johnson <paul at 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



More information about the Pkg-perl-cvs-commits mailing list