mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-12 16:21:28 +00:00
Distribution building tools from the RESF. Used to build Rocky Linux.
Neil Hanlon
656f7b5a4f
* deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs We don't want to assume a user will be running this with Istio as the RESF is, so we don't always need to kill the istio proxy in this manner This change moves the existing trap/curl command to terminate the istio proxy into values.yaml for our deployment allowing it to be overwritten for others needs * feat: automatically terminate cronjob after 5 minutes |
||
---|---|---|
.github/workflows | ||
.vscode | ||
apollo | ||
build | ||
common | ||
deploy/apollo | ||
web | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.clang-format | ||
.dockerignore | ||
.env | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
.pylintrc | ||
.style.yapf | ||
.yapfignore | ||
BUILD.bazel | ||
CONTRIBUTORS | ||
COPYRIGHT | ||
gazelle_python.yaml | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
requirements_lock.txt | ||
requirements.txt | ||
WORKSPACE |
distro-tools
Distribution building tools from the RESF. Used to build Rocky Linux
Introduction
This repository contains various tooling that is used by the RESF to build Rocky Linux, and other extensions.
Currently the following components are in this repository:
- Apollo v3 - Errata management and publishing
Each component has its own README
Contributing
The repository is still in the early-stages but we're happy to receive contributions.
Everything from bug reports, feature requests to PRs are appreciated