[ARVADOS] updated: 77f11805c9daf93356ad083f03841b546aab9c7d
git at public.curoverse.com
git at public.curoverse.com
Tue May 12 15:24:52 EDT 2015
Summary of changes:
docker/arvdock | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
via 77f11805c9daf93356ad083f03841b546aab9c7d (commit)
via 60460bc7b4a04c04aec915221f808c3577343460 (commit)
from 311dc34b42e16f26b82bdf168dc11b39557dac19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 77f11805c9daf93356ad083f03841b546aab9c7d
Author: Nico Cesar <nico at incocesar.com>
Date: Tue May 12 15:24:27 2015 -0400
trailing whitespaces
diff --git a/docker/arvdock b/docker/arvdock
index 48382e7..36baf8a 100755
--- a/docker/arvdock
+++ b/docker/arvdock
@@ -234,7 +234,6 @@ function do_start {
$DOCKER ps | grep skydns >/dev/null
if [[ "$?" != "0" ]]; then
echo "Detecting bridge '$start_bridge' IP for crosbymichael/skydns"
-
bridge_ip=$(bridge_ip_address "$start_bridge")
echo "Starting crosbymichael/skydns container..."
commit 60460bc7b4a04c04aec915221f808c3577343460
Author: Nico Cesar <nico at incocesar.com>
Date: Tue May 12 15:22:19 2015 -0400
fixing some trailing whitespaces
diff --git a/docker/arvdock b/docker/arvdock
index c017981..48382e7 100755
--- a/docker/arvdock
+++ b/docker/arvdock
@@ -46,7 +46,7 @@ function ip_address {
function bridge_ip_address {
local bridge_name=$1
- # FIXME: add a more robust check here.
+ # FIXME: add a more robust check here.
# because ip command could be mising, multiple docker birdges could be there.. etc.
echo $(ip -oneline addr show | grep $bridge_name | grep -E '\binet\b' | awk '{ print $4 }'| cut -d/ -f1 )
}
@@ -171,7 +171,6 @@ function do_start {
shift
;;
-w | --workbench)
- echo "DEBUG: $*"
case "$2" in
"") start_workbench=9899; shift 2 ;;
*) start_workbench=$2; shift 2 ;;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list