[Rpm-maint] [rpm-software-management/rpm] Generate release tarballs via GitHub Actions (PR #3576)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Fri Feb 14 15:21:32 UTC 2025
@Conan-Kudo requested changes on this pull request.
> + uses: actions/checkout at v4
+
+ - name: Build image
+ run: |
+ podman build --target base --tag rpm -f tests/Dockerfile .
+
+ - name: Create dist tarball(s)
+ run: |
+ mkdir _build
+ podman run -v $PWD:/srv:z --workdir /srv/_build --rm rpm sh -c \
+ "cmake -DENABLE_TESTSUITE=OFF -DWITH_DOXYGEN=ON .. && make dist"
+
+ - name: Create checksum file
+ working-directory: _build
+ run: |
+ sha256sum *.$DIST_EXT > SHA256SUM
Could we upgrade to sha512 checksums? Then they'll match with most distro caching checksums too.
```suggestion
sha512sum --tag *.$DIST_EXT > CHECKSUM
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3576#pullrequestreview-2618086139
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3576/review/2618086139 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250214/8464bcce/attachment.htm>
More information about the Rpm-maint
mailing list