From dec8b52c3b3ff10ca63fe4b0bd2bf16cd9f8809d Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 4 Jan 2022 14:58:29 -0500 Subject: [PATCH] 17417: remove libcloud pin, it is no longer used. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- build/libcloud-pin.sh | 12 ------------ build/run-build-packages.sh | 1 - build/run-tests.sh | 2 -- 3 files changed, 15 deletions(-) delete mode 100644 build/libcloud-pin.sh diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh deleted file mode 100644 index 9cc2924e1b..0000000000 --- a/build/libcloud-pin.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 - -LIBCLOUD_PIN=2.3.1.dev2 - -using_fork=true -if [[ $using_fork = true ]]; then - LIBCLOUD_PIN_SRC="https://github.com/arvados/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip" -else - LIBCLOUD_PIN_SRC="" -fi diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 8e20e27496..cee37fa2e6 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -4,7 +4,6 @@ # SPDX-License-Identifier: AGPL-3.0 . `dirname "$(readlink -f "$0")"`/run-library.sh || exit 1 -. `dirname "$(readlink -f "$0")"`/libcloud-pin.sh || exit 1 read -rd "\000" helpmessage <