]>
code.octet-stream.net Git - hashgood/blob - buildscripts/dist-generic.sh
3 cd "$(git rev-parse --show-toplevel)"
7 BASENAME
="hashgood-${TAG}"
8 FILENAME
="${BASENAME}.tar.xz"
10 git archive
"${TAG}" -o "${FILENAME}" --prefix="${BASENAME}/"
12 echo "GENERIC_ARTIFACT|${FILENAME}|Source Code"
13 echo "URL|Git Tag|https://code.octet-stream.net/hashgood/shortlog/refs/tags/${TAG}|${TAG}"