X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/b894437365797e9cdbccf4b6e6d908180e92ab81..dc9e43dd10e8be9d8205d7b6760b07622ac1680e:/buildscripts/dist-generic.sh diff --git a/buildscripts/dist-generic.sh b/buildscripts/dist-generic.sh deleted file mode 100755 index d4df239..0000000 --- a/buildscripts/dist-generic.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -set -euxo pipefail -cd "$(git rev-parse --show-toplevel)" - -TAG=$1 - -BASENAME="m17rt-${TAG}" -FILENAME="${BASENAME}.tar.xz" - -git archive "${TAG}" -o "${FILENAME}" --prefix="${BASENAME}/" - -echo "GENERIC_ARTIFACT|${FILENAME}|Source Code" -echo "URL|Git Tag|https://code.octet-stream.net/m17rt/shortlog/refs/tags/${TAG}|${TAG}"