diff options
author | EuAndreh <eu@euandre.org> | 2021-07-23 14:31:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-23 15:03:08 -0300 |
commit | 4fd31bb99f7037f3dbd86b45f62181941371c270 (patch) | |
tree | 5fcd8791a1d37fe6b96d749ceb72eadd047cb3f5 /aux/workflow/dist.sh | |
parent | aux/workflow/sign-tarballs.sh: Fix attaching signatures (diff) | |
download | git-permalink-4fd31bb99f7037f3dbd86b45f62181941371c270.tar.gz git-permalink-4fd31bb99f7037f3dbd86b45f62181941371c270.tar.xz |
Use tar.xz over tar.gz
git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g'
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 69c0173..15593f4 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -73,7 +73,7 @@ sh aux/workflow/sign-tarballs.sh -n "$PROJECT" cat <<EOF >&2 Now push the tag and the signature before pushing the commit: -git push origin refs/notes/signatures/tar.gz -o skip-ci --no-verify +git push origin refs/notes/signatures/tar.xz -o skip-ci --no-verify git push --tags -o skip-ci --no-verify git push |