1
0
Fork 0
Go to file
Skip Grube f0db04f6d8 Initial content commit
- Including updated SIG introduction and info
- Package Listing page
- Repos + Package builds overview page
- Minor mkdocs tweak for local wiki render

-Skip G.
2023-10-15 23:41:37 -04:00
.github/workflows Initial commit 2023-10-09 22:08:48 +00:00
docs Initial content commit 2023-10-15 23:41:37 -04:00
Dockerfile Added mkdocs container stuff for local testing 2023-10-15 19:29:47 -04:00
LICENSE Initial commit 2023-10-09 22:08:48 +00:00
README.md Added some initial content 2023-10-15 19:33:22 -04:00
docker-compose.yml Added mkdocs container stuff for local testing 2023-10-15 19:29:47 -04:00
mkdocs.yml Initial content commit 2023-10-15 23:41:37 -04:00
requirements.txt Initial commit 2023-10-09 22:08:48 +00:00

README.md

SIG/Fasttrack Wiki

FastTrack, as an ode to a past CentOS repository of a similar name, is a SIG to attempt to provide the following:

  • Fixes, customizations, improvements to packages that the community would like to see
  • This also includes doing backports of patches that may not be released by our upstreams to address any type of bugs
  • Potential packages that could potentially make it to CentOS Stream or EPEL
  • Newer versions of software that override the base repositories that would likely never land in RHEL, CentOS Stream, or EPEL

Continuous Integration / Continuous Deployment

Actions Runner executes workflow to publish to https://sig-fasttrack.rocky.page on push to main.

Local testing

A Dockerfile and docker-compose are included for local testing. "docker-compose up" (or "podman-compose up") should be enough to launch this wiki locally. Point your browser to http://localhost:8000 to view.