aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/assign_DISTNAME
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-07-08 16:20:01 +0800
committerfanquake <fanquake@gmail.com>2021-08-31 09:37:23 +0800
commitab9c34237ab7b056394e0bd1f7cb131ffd95754c (patch)
tree15c3b14e28d643acd1382e0f69d7f89081daf6f6 /contrib/gitian-descriptors/assign_DISTNAME
parent7be143a960e2bb9ac81144f55c45731c1bb209c5 (diff)
downloadbitcoin-ab9c34237ab7b056394e0bd1f7cb131ffd95754c.tar.xz
release: remove gitian
Diffstat (limited to 'contrib/gitian-descriptors/assign_DISTNAME')
-rw-r--r--contrib/gitian-descriptors/assign_DISTNAME12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/gitian-descriptors/assign_DISTNAME b/contrib/gitian-descriptors/assign_DISTNAME
deleted file mode 100644
index 330fbc041b..0000000000
--- a/contrib/gitian-descriptors/assign_DISTNAME
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2020 The Bitcoin Core developers
-# Distributed under the MIT software license, see the accompanying
-# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#
-# A helper script to be sourced into the gitian descriptors
-
-if RECENT_TAG="$(git describe --exact-match HEAD 2> /dev/null)"; then
- VERSION="${RECENT_TAG#v}"
-else
- VERSION="$(git rev-parse --short=12 HEAD)"
-fi
-DISTNAME="bitcoin-${VERSION}"