17417: remove libcloud pin, it is no longer used.
authorWard Vandewege <ward@curii.com>
Tue, 4 Jan 2022 19:58:29 +0000 (14:58 -0500)
committerWard Vandewege <ward@jhvc.com>
Tue, 4 Jan 2022 20:26:36 +0000 (15:26 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

build/libcloud-pin.sh [deleted file]
build/run-build-packages.sh
build/run-tests.sh

diff --git a/build/libcloud-pin.sh b/build/libcloud-pin.sh
deleted file mode 100644 (file)
index 9cc2924..0000000
+++ /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
index 8e20e274968707ddc24dffc9cf32d007c0b99234..cee37fa2e6fffc99f6543a39fcae7c2384e2f1c8 100755 (executable)
@@ -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 <<EOF
 $(basename $0): Build Arvados packages
index d318bc60de5fd233ef225074442f5e50e570ea18..29e0d83d035300fbd11267066fb65d046262786e 100755 (executable)
@@ -3,8 +3,6 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-. `dirname "$(readlink -f "$0")"`/libcloud-pin.sh
-
 COLUMNS=80
 . `dirname "$(readlink -f "$0")"`/run-library.sh