~bitfehler/anemos-initramfs

5300ee81ad905dbfe930f73da6f4d206f2d77aa9 — Conrad Hoffmann 9 months ago 7a45c10
Some truncation needed after all

As this is now using .md instead of .txt, this overwrites (or, needs to
overwrite) the existing repo README.md
1 files changed, 1 insertions(+), 1 deletions(-)

M .builds/initramfs.yml
M .builds/initramfs.yml => .builds/initramfs.yml +1 -1
@@ 34,7 34,7 @@ tasks:
      if [ -n "$RELEASE" ]; then
        sha256sum initramfs-anemos vmlinuz-anemos firmware-anemos anemos.packages > checksums.txt
        openssl dgst -sha256 -sign "$HOME/.abuild/conrad-6297636d.rsa" -out checksums.txt.sig checksums.txt
        printf "Commit: [%s](https://git.sr.ht/~bitfehler/anemos-initramfs/commit/%s)  \n" "$HEAD" "$HEAD" >> README.md
        printf "Commit: [%s](https://git.sr.ht/~bitfehler/anemos-initramfs/commit/%s)  \n" "$HEAD" "$HEAD" > README.md
        printf "Build: <%s>\n\n" "$JOB_URL" >> README.md
        printf "Checksums are signed with <https://anemos.io/initramfs/conrad-6297636d.rsa.pub>\n\n" >> README.md
        printf 'Verify with:\n\n' >> README.md