[Rpm-maint] [rpm-software-management/rpm] Generate release tarballs via GitHub Actions (PR #3576)
Michal Domonkos
notifications at github.com
Fri Feb 14 15:41:50 UTC 2025
@dmnks commented 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
Good point, and using `--tag` is indeed nicer (and more future proof) than having the checksum type in the filename. I'll use your suggestion, thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3576#discussion_r1956346020
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3576/review/2618146687 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250214/b878116b/attachment-0001.htm>
More information about the Rpm-maint
mailing list