Skip to content

VCTLabs/el9-rpm-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el9 RPM toolbox

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).

RPM build status
Package Status
atomics atomics RPM status
bitmask bitmask RPM status
daemonizer daemonizer RPM status
diskcache diskcache RPM status
hexdump hexdump RPM status
honcho honcho RPM status
line_profiler line_profiler RPM status
logwatcher logwatcher RPM status
picotui picotui RPM status
procman procman RPM status
py3tftp py3tftp RPM status
pyeztrace pyeztrace RPM status
pygtail pygtail RPM status
pyprctl pyprctl RPM status
pyserv pyserv RPM status
rpmget rpmget RPM status
scapy scapy RPM status
stoppy stoppy RPM status
timed-count timed-count RPM status
tftpy tftpy RPM status