This repository includes "extra" prebuilt RPM packages and spec files for various tools like diskcache and pygtail.
RPM builds are done automatically with GitHub Actions. The packages are uploaded to the release section each time there is a new version (tag). The artifacts are also available in the artifacts of each GitHub Action.
However, there are some limitations to using the artifacts directly:
- Downloading of build artifacts in GitHub Ations currently requires a GitHub account
- Blobs in build artifacts are zipped by the GitHub frontend by default, even zip files themselves! Build artifact zips may contain other zip files
- Build artifacts will expire after some time
Therefore, it is recommended to download the binaries from the release section. This repo is intended primarily for Python project dependencies; issues requesting new packages will be considered based on time available, however, Pull Requests are the preferred mechanism for contributions.
Look in the releases for the latest versioned RPMs for each spec in the following table.
Note the example configuration for RPMGet contains the URLs for all toolbox rpms (which you can use to download them to an install target or RPM repo host).
| Package | Status |
|---|---|
| atomics | |
| bitmask | |
| daemonizer | |
| diskcache | |
| hexdump | |
| honcho | |
| line_profiler | |
| logwatcher | |
| picotui | |
| procman | |
| py3tftp | |
| pyeztrace | |
| pygtail | |
| pyprctl | |
| pyserv | |
| rpmget | |
| scapy | |
| stoppy | |
| timed-count | |
| tftpy |