Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-antill/scriptlets-monitor
Produce data to monitor the status of scriptlets in rpm distros.
https://github.com/james-antill/scriptlets-monitor
golang rpm scriptlets
Last synced: 4 days ago
JSON representation
Produce data to monitor the status of scriptlets in rpm distros.
- Host: GitHub
- URL: https://github.com/james-antill/scriptlets-monitor
- Owner: james-antill
- License: mit
- Created: 2018-10-07T16:09:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T02:46:29.000Z (over 6 years ago)
- Last Synced: 2024-11-10T11:47:12.161Z (2 months ago)
- Topics: golang, rpm, scriptlets
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scriplets monitor
=================Produce data about the scriptlets within the installed rpms for the system.
* go build
* docker run -v $(pwd):/mnt fedora:29 bash
* /mnt/scriplets-monitor /mnt/pkgs-f29You'll then get:
* /mnt/pkgs-f29.name - csv file of package names and scriptlet data.
* /mnt/pkgs-f29.nevra - csv file of package nevras and scriptlet data.
* /mnt/pkgs-f29.d/* - package scriptlets as /NEVRA.TYPEYou can then diff the .name files between runs/versions to see what is changing.