From: Ward Vandewege Date: Tue, 4 Jan 2022 19:58:29 +0000 (-0500) Subject: 17417: remove libcloud pin, it is no longer used. X-Git-Tag: 2.4.0~118^2~10 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/dec8b52c3b3ff10ca63fe4b0bd2bf16cd9f8809d 17417: remove libcloud pin, it is no longer used. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- 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 <