debian-forge/.gitignore
robojerk 48c31fa24f
Some checks are pending
Checks / Spelling (push) Waiting to run
Checks / Python Linters (push) Waiting to run
Checks / Shell Linters (push) Waiting to run
Checks / 📦 Packit config lint (push) Waiting to run
Checks / 🔍 Check for valid snapshot urls (push) Waiting to run
Checks / 🔍 Check JSON files for formatting consistency (push) Waiting to run
Generate / Documentation (push) Waiting to run
Generate / Test Data (push) Waiting to run
Tests / Unittest (push) Waiting to run
Tests / Assembler test (legacy) (push) Waiting to run
Tests / Smoke run: unittest as normal user on default runner (push) Waiting to run
Implement enhanced build orchestration and artifact management
- Add build status tracking with state machine
- Implement build logging and monitoring system
- Add build progress tracking and cancellation support
- Create artifact management system with SQLite database
- Fix stage file extensions for proper Python imports
- Enhance resource allocation with actual resource tracking
- Add comprehensive testing for all components
2025-08-22 18:45:17 -07:00

29 lines
No EOL
265 B
Text

*.tar.gz
*.egg-info
__pycache__
/*.rpm
/.osbuild
/rpmbuild
/.vscode
/.idea
/.gdb_history
cov-analysis-linux64/
cov-analysis-osbuild.xz
cov-int/
**/.DS_Store
/docs/osbuild.1
/docs/osbuild-manifest.5
venv
.venv
/.tox
/test/data/certs/lib.sh
debian-forge-docs