Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/rhelsearch
A small CLI tool to search for RHEL packages
https://github.com/relrod/rhelsearch
Last synced: 13 days ago
JSON representation
A small CLI tool to search for RHEL packages
- Host: GitHub
- URL: https://github.com/relrod/rhelsearch
- Owner: relrod
- License: bsd-2-clause
- Created: 2015-08-10T18:23:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T03:08:08.000Z (about 9 years ago)
- Last Synced: 2024-10-10T18:01:33.780Z (26 days ago)
- Language: Haskell
- Homepage: https://relrod.github.io/rhelsearch
- Size: 133 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhelsearch
See which packages are "officially" packaged in RHEL by using the Fedora
Infrastructure's
[JSON files](https://infrastructure.fedoraproject.org/repo/json/pkg_el7.json).## How it works
We cache the JSON files in `~/.cache/rhelsearch/`. If the file is over a week
old, we pull the latest files before doing anything else. Otherwise, we use the
cached file. If we're unable to pull the latest files, or if `--offline` is
passed, we simply use the files in cache, if they exist. Otherwise, we give up.# License
BSD-2