From 76da0bb29ae0f1f8cceafc0e2484ca3a33611462 Mon Sep 17 00:00:00 2001 From: r00t Date: Sat, 19 Aug 2017 22:44:16 -0400 Subject: [PATCH] so it appears that the http git clone for ipxe is a lot more stable than the git:// URI. --- bdisk/ipxe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bdisk/ipxe.py b/bdisk/ipxe.py index a8ad5a1..76fe97f 100755 --- a/bdisk/ipxe.py +++ b/bdisk/ipxe.py @@ -21,7 +21,8 @@ def buildIPXE(conf): srcdir = build['srcdir'] embedscript = build['dlpath'] + '/EMBED' ipxe_src = srcdir + '/ipxe' - ipxe_git_uri = 'git://git.ipxe.org/ipxe.git' + #ipxe_git_uri = 'git://git.ipxe.org/ipxe.git' + ipxe_git_uri = 'http://git.ipxe.org/ipxe.git' print('{0}: [IPXE] Prep/fetch sources...'.format( datetime.datetime.now())) # Get the source