[ARVADOS] updated: 1.3.0-1644-g8cbb55c61
Git user
git at public.curoverse.com
Fri Sep 20 19:03:48 UTC 2019
Summary of changes:
tools/arvbox/lib/arvbox/docker/keep-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8cbb55c614cc5942e9ea807bb7ca4df8160d1952 (commit)
from 28f250ee0a43e873760d43b39119e5710de75fe8 (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 8cbb55c614cc5942e9ea807bb7ca4df8160d1952
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri Sep 20 15:03:22 2019 -0400
13647: Fix send-HUP-to-keepproxy command.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/tools/arvbox/lib/arvbox/docker/keep-setup.sh b/tools/arvbox/lib/arvbox/docker/keep-setup.sh
index f16cb44b7..1af957c94 100755
--- a/tools/arvbox/lib/arvbox/docker/keep-setup.sh
+++ b/tools/arvbox/lib/arvbox/docker/keep-setup.sh
@@ -45,7 +45,7 @@ fi
management_token=$(cat /var/lib/arvados/management_token)
set +e
-killall -HUP keepproxy
+sv hup /service/keepproxy
cat >/var/lib/arvados/$1.yml <<EOF
Listen: ":$2"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list