From 777673f653147b63911c94841c28cfc2d2470919 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 25 Aug 2014 13:30:24 +0200 Subject: bump --- retiolum/t/pigstarter/refresh_hosts.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'retiolum') diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh index cf39ec81..d4cbf877 100755 --- a/retiolum/t/pigstarter/refresh_hosts.sh +++ b/retiolum/t/pigstarter/refresh_hosts.sh @@ -1,5 +1,4 @@ #!/bin/sh - HOSTS_SRV=pigstarter.krebsco.de HOSTS_PORT=5432 curl $HOSTS_SRV:$HOSTS_PORT -- cgit v1.2.3 From 17ee7a548ed75d774da35ef00aa07eff6f18d396 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 25 Aug 2014 13:39:38 +0200 Subject: retiolum/t/pigstarter: ignore reset, look for success pattern --- retiolum/t/pigstarter/refresh_hosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum') diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh index d4cbf877..0e53e1c0 100755 --- a/retiolum/t/pigstarter/refresh_hosts.sh +++ b/retiolum/t/pigstarter/refresh_hosts.sh @@ -1,4 +1,4 @@ #!/bin/sh HOSTS_SRV=pigstarter.krebsco.de HOSTS_PORT=5432 -curl $HOSTS_SRV:$HOSTS_PORT +curl $HOSTS_SRV:$HOSTS_PORT | grep -q "Thank you for your patience" -- cgit v1.2.3 From ba3ebc28e04f97695b1ecca4fb9117f055f3cf3b Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 26 Aug 2014 12:16:10 +0200 Subject: removed obsolete address from go --- retiolum/hosts/go | 1 - 1 file changed, 1 deletion(-) (limited to 'retiolum') diff --git a/retiolum/hosts/go b/retiolum/hosts/go index e0930700..3b789717 100644 --- a/retiolum/hosts/go +++ b/retiolum/hosts/go @@ -1,4 +1,3 @@ -Address= 195.154.108.70 Subnet = 10.243.109.132 Subnet = 42:f9f0:be1f:b191:116a:3db0:d546:70d2 -- cgit v1.2.3