Introduction
Introduction Statistics Contact Development Disclaimer Help
tgenerate_release_tarballs.sh: fix generation of branch tarballs - stagit - [fo…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit ca337fce434046b63c010650a704c548201ef127
parent 41813629fac39f93a5aac1ac06f8c20357ea55f1
Author: Anders Damsgaard <[email protected]>
Date: Mon, 23 Nov 2020 14:43:02 +0100
generate_release_tarballs.sh: fix generation of branch tarballs
Diffstat:
M generate_release_tarballs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/generate_release_tarballs.sh b/generate_release_tarballs.sh
t@@ -9,7 +9,7 @@ for dir in "${reposdir}/"*/; do
printf '%s...' "${n}"
mkdir -p "${releasedir}/${n}"
cd "${dir}"
- git tag -l | while read -r t; do
+ (git branch -l | sed 's/[\* ]* //'; git tag -l) | while read -r t; do
f="${releasedir}/${n}/${n}-$(echo "${t}" | tr '/' '_').tar.gz"
test -f "${f}" && continue
git archive \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.