forked from sig_core/toolkit
Various scripts and tools for SIG/Core
Neil Hanlon
4bf6fb6618
* use a flag to determine if we want an RC or not * Convert rldict and sigdict to an AttributeDict to allow access via __getattr__ * add fedora_release variable to configs for controlling icicle templates * build_image.py script to generate per-architecture XML files used by imagefactory * refactor time to call utcnow() once * add jinja types to development dependencies until we move past jinja 2.x * Generate TDL templates per architecture for each image variant on demand * Generate imagefactory and copy commands to execute image build * Refactor Kubernetes job template to be generic for all current jobs |
||
---|---|---|
.github/workflows | ||
analyze | ||
chat | ||
func | ||
iso | ||
live | ||
mangle | ||
sync | ||
.gitlab-ci.yml | ||
README.md |
sig-core-toolkit
Release Engineering toolkit for repeatable operations or functionality testing.
Currently mirrored at our github, Rocky Linux Git Service, and the RESF Git Service. Changes either occur at the Rocky Linux Git Service or 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 related utilities
- live -> Live image related utilities
- mangle -> Manglers and other misc stuff
- sync -> Sync tools, primarily for Rocky Linux 8
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
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.