forked from releng/tooling
Fedora Release Engineering Scripts
- Python 86%
- Shell 12.1%
- Jinja 1%
- HTML 0.7%
- Dockerfile 0.2%
The $STAGE argument has been unused since @kevin split the script up and fixed some problems in it. Just removing it could cause problems if people use old invocations fron history or something, though, so let's allow either passing it or not passing it and print a warning if it's passed. Also, update the comment on how the script should be run to account for the changes to the repository layout and the script's name. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
|---|---|---|
| .forgejo | ||
| builds | ||
| infrastructure | ||
| misc | ||
| packages | ||
| quality-assurance | ||
| release-process | ||
| sync | ||
| utilities | ||
| .gitignore | ||
| CONVENTIONS.md | ||
| README.md | ||
Fedora Release Engineering Scripts (New Structure)
This directory contains the reorganized structure for Fedora Release Engineering scripts, designed for better maintainability and clarity.
📁 Directory Structure
- builds/ - Build system tools and compose generation
- release-process/ - Release workflow orchestration and management
- packages/ - Package lifecycle and maintenance tools
- quality-assurance/ - Testing, validation, and quality tools
- sync/ - Repository synchronization utilities
- infrastructure/ - Infrastructure management and governance
- utilities/ - General-purpose helper scripts
- misc/ - Uncategorized or legacy scripts
🔧 Migration Status
⚠️ This is the new directory structure under development.
Scripts are being migrated from the flat scripts/ directory to this organized structure. See CONVENTIONS.md for naming standards and migration guidelines.
📖 Getting Started
- Review CONVENTIONS.md for naming and organization standards
- Check individual directory READMEs for specific tool documentation
- Use the directory structure to quickly locate relevant scripts
🔗 Related
- Original scripts:
../scripts/(legacy structure) - Conventions: CONVENTIONS.md
- Issues: fedora-releng repository