Various scripts and tools for SIG/Core
Louis Abel
8017026bc8
Add a final grep if exit code of reposync is 0. There are cases where dnf reposync will say the sync succeeded despite not downloading a package due to a failed mirror. It is a failure when a GPG key can't be verified or some other unforeseen cirumstance... but not when a package can't be downloaded because of "all mirrors tried" Also added "time" to the fpsync commands for RL9 syncing. |
||
---|---|---|
.github/workflows | ||
analyze | ||
chat | ||
func | ||
iso | ||
live | ||
mangle | ||
sync | ||
.disable.gitlab-ci.yml | ||
README.md |
sig-core-toolkit
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
- func -> (mostly defunct) testing scripts and tools to test base functionality
- iso -> ISO, Compose, and Sync related utilities, primarily for Rocky Linux 9+
- live -> Live image related utilities
- mangle -> Manglers and other misc stuff
- sync -> Sync tools, primarily for Rocky Linux 8 and will eventually be deprecated
How can I help?
Fork this repository and open a PR with your changes. Keep these things in mind when you make changes:
- Have pre-commit installed
- Have shellcheck installed
- Shell Scripts: These must pass a shellcheck test!
- Python scripts: Try your best to follow PEP8 guidelines (even the best linters get things wrong)
Your PR should be against the devel branch at all times. PR's against the main branch will be closed.
Will some of this be moved into separate repositories?
There may be some things that will be moved to its own repository in the near future. From a SIG/Core standpoint, we believe a good chunk of this should stay here as it makes it easier for us to maintain and manage.