pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 27a98bd87634390356231591acfc7c403dd4d185
parent 02531091a03c4379f745cd2c94441a72a4a50834
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon,  5 Aug 2024 13:38:55 +0200

fix: create exports only for main branch

Diffstat:
Mbin/git_export_tarball.sh | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bin/git_export_tarball.sh b/bin/git_export_tarball.sh @@ -27,10 +27,7 @@ if [ -f "${1}/url" ]; then URL=`cat ${1}/url` fi -# Ensure that only tags are processed -REFS=`echo "${4}" | grep -E "^refs/tags/"` - -for REF in $REFS; do +for REF in ${4}; do # fetch branches and tags from given ref BRANCHES="