Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairmare/createrepo-action-test
https://github.com/hairmare/createrepo-action-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hairmare/createrepo-action-test
- Owner: hairmare
- License: agpl-3.0
- Created: 2024-03-05T22:22:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T05:22:40.000Z (9 months ago)
- Last Synced: 2024-04-02T06:30:04.196Z (9 months ago)
- Language: Shell
- Homepage: https://hairmare.github.io/createrepo-action-test/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publish RPMs on GitHub Pages
Simple example of publishing an RPM on GitHub Pages.
Long term goals would be reworking this proof of concept into a version that
* only puts the actual repodata on pages
* uploads a signed RPM to the GH releases
* uses semrel, branch based workflow for multiple distro, etc.
* all the things like -debug packages etc.
* support for building branches from and pagure instance/repo?I'm not sure if this is currently possible out of the box and digging deep
for workarounds isn't currently in scope.## Developing
```bash
# build it locally
bash run.sh# test it in a container
bash run test.sh
```