From 9a524663cc0aa41cf415cfb5a36c5d86d81263db Mon Sep 17 00:00:00 2001 From: Max Weiss Date: Wed, 28 Apr 2021 23:03:21 -0700 Subject: [PATCH] Do not clone IPXE since it's a submodule --- buildbot/buildbot_steps.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildbot/buildbot_steps.sh b/buildbot/buildbot_steps.sh index 099ae70..219c079 100755 --- a/buildbot/buildbot_steps.sh +++ b/buildbot/buildbot_steps.sh @@ -4,12 +4,12 @@ function clone_ipxe_upstream() { local ipxe_src_dir="$1" - if [ -d "$ipxe_src_dir" ]; then - >&2 echo "Clone dir location already exists." - return 1 - fi + #if [ -d "$ipxe_src_dir" ]; then + # >&2 echo "Clone dir location already exists." + # return 1 + #fi - git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1 + #git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1 cd "$ipxe_src_dir" # Known good commit