From 2a5edf91ffa35f7a638abfd846976babe69090fe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 Aug 2021 12:44:01 -0300 Subject: Revert back to .tar.gz git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %' --- aux/workflow/assert-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/workflow/assert-readme.sh') diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 6635832..dbe657e 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -64,7 +64,7 @@ RELEASES_LIST="$(mkstemp)" add_release() { DATE="$1" VVERSION="$2" - echo "- [$VVERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.xz](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.xz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.xz.asc)) - $DATE" >> "$RELEASES_LIST" + echo "- [$VVERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.gz](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz.asc)) - $DATE" >> "$RELEASES_LIST" } for VVERSION in $(git tag); do -- cgit v1.2.3