13594: Remove table lock.
[arvados.git] / build / libcloud-pin.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 LIBCLOUD_PIN=2.3.0
6
7 using_fork=false
8 if [[ $using_fork = true ]]; then
9     LIBCLOUD_PIN_SRC="https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
10 else
11     LIBCLOUD_PIN_SRC=""
12 fi