so it appears that the http git clone for ipxe is a lot more stable than the git:// URI.

This commit is contained in:
brent s. 2017-08-19 22:44:16 -04:00
parent c489837d40
commit 76da0bb29a
1 changed files with 2 additions and 1 deletions

View File

@ -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