so it appears that the http git clone for ipxe is a lot more stable than the git:// URI.
This commit is contained in:
parent
c489837d40
commit
76da0bb29a
@ -21,7 +21,8 @@ def buildIPXE(conf):
|
|||||||
srcdir = build['srcdir']
|
srcdir = build['srcdir']
|
||||||
embedscript = build['dlpath'] + '/EMBED'
|
embedscript = build['dlpath'] + '/EMBED'
|
||||||
ipxe_src = srcdir + '/ipxe'
|
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(
|
print('{0}: [IPXE] Prep/fetch sources...'.format(
|
||||||
datetime.datetime.now()))
|
datetime.datetime.now()))
|
||||||
# Get the source
|
# Get the source
|
||||||
|
Loading…
Reference in New Issue
Block a user