Various scripts and tools for SIG/Core
Louis Abel
65c531cf4c
mangle/mock is no longer needed and has been superseded by https://git.resf.org/sig_core/mock-rocky-configs iso/py and iso/sh were placeholders for empanadas initial development. as such as they are no longer needed. |
||
---|---|---|
.github | ||
analyze | ||
chat | ||
iso/empanadas | ||
mangle | ||
sync | ||
.disable.gitlab-ci.yml | ||
.gitignore | ||
README.md |
Empanadas
Empanadas is the Rocky Linux Release Engineering toolkit for repeatable operations or functionality testing.
Currently mirrored at our github, and the RESF Git Service. Changes will typically occur at the RESF Git Service.
What does this have?
- analyze -> Analysis utilities (such as download stats)
- chat -> mattermost related utilities
- iso -> Contains
empanadas
, which provides ISO, Compose, and Sync related utilities. - mangle -> Manglers and other misc stuff
- sync -> Sync tools, used to sync from compose directories to mirror for Rocky Linux
How can I help?
Fork this repository and open a PR with your changes. Keep these things in mind when you make changes:
-
Your PR should be against the devel branch (not optional)
-
Have pre-commit installed if possible
-
Have shellcheck installed if possible
-
Shell Scripts: These must pass a shellcheck test!
-
Python scripts: Try your best to follow PEP8 guidelines (even the best linters get things wrong)
- Note that not everything has to pass. Just try your best.
PR's against the main branch will be closed.
PR's are preferred at the RESF Git Service.