summaryrefslogtreecommitdiffstats
path: root/genome-bootstrap/bin
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-17 13:50:06 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-21 13:37:16 -0400
commit147a8b17d78069682d4ff44e585360149b12c368 (patch)
tree33d0a64e4b8bb3a6230d814916149ebcdc801c0f /genome-bootstrap/bin
parent789eece9dfe2001a118df67cfa6d135ed3814dc0 (diff)
downloadtools-147a8b17d78069682d4ff44e585360149b12c368.tar.gz
tools-147a8b17d78069682d4ff44e585360149b12c368.tar.xz
tools-147a8b17d78069682d4ff44e585360149b12c368.zip
Increasing the number of tries genome-bootstrap asks for the IP
Diffstat (limited to 'genome-bootstrap/bin')
-rw-r--r--genome-bootstrap/bin/genome-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/genome-bootstrap/bin/genome-bootstrap b/genome-bootstrap/bin/genome-bootstrap
index 05ae6cc..b364cbf 100644
--- a/genome-bootstrap/bin/genome-bootstrap
+++ b/genome-bootstrap/bin/genome-bootstrap
@@ -24,7 +24,7 @@ Main {
# to be refactored a bit.
def get_system_ip(repo, system_name)
sleep_time = 5
- tries = 10
+ tries = 20
say("Trying to determine the ip address.")
say("We'll try and maximum of #{tries} times.")