Commit graph

7 commits

Author SHA1 Message Date
4c0dcb2522 enhance: Add comprehensive .gitignore for deb-mock project
Some checks failed
Build Deb-Mock Package / build (push) Successful in 54s
Lint Code / Lint All Code (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 36s
- Add mock-specific build artifacts (chroot/, mock-*, mockroot/)
- Include package build files (*.deb, *.changes, *.buildinfo)
- Add development tools (.coverage, .pytest_cache, .tox)
- Include system files (.DS_Store, Thumbs.db, ._*)
- Add temporary and backup files (*.tmp, *.bak, *.backup)
- Include local configuration overrides (config.local.yaml, .env.local)
- Add test artifacts and documentation builds
- Comprehensive coverage for Python build system project

This ensures build artifacts, chroot environments, and development
tools are properly ignored in version control.
2025-08-18 23:37:49 -07:00
b5eb266f80 rename binary from deb-mock to mock - update package name, entry points, and all references
Some checks failed
Build Deb-Mock Package / build (push) Successful in 53s
Test Deb-Mock Build / test (push) Has been cancelled
Build and Publish Debian Package / build-deb (push) Failing after 2s
Release Deb-Mock / release (push) Successful in 59s
2025-08-04 01:18:18 +00:00
aa4493eaa4 update README: add Forgejo Package Registry installation and fix CI/CD badges
Some checks failed
Test Deb-Mock Build / test (push) Waiting to run
Build and Publish Debian Package / build-deb (push) Successful in 1m19s
Build Deb-Mock Package / build (push) Has been cancelled
2025-08-04 00:44:08 +00:00
16bfc027bf add Debian packaging and repository infrastructure
Some checks failed
Build and Publish Debian Package / build-deb (push) Failing after 1m33s
Build Deb-Mock Package / build (push) Successful in 1m22s
Test Deb-Mock Build / test (push) Failing after 50s
2025-08-03 23:38:25 +00:00
f89a0f1f04 fix forgejo workflow syntax and update README URLs
Some checks failed
Build Deb-Mock Package / build (push) Failing after 1s
Test Deb-Mock Build / test (push) Failing after 1s
2025-08-03 22:25:47 +00:00
aaadb2d60a added forgejo workflow
Some checks failed
Build Deb-Mock Package / build (push) Failing after 3s
Test Deb-Mock Build / test (push) Failing after 1s
2025-08-03 22:24:21 +00:00
74fe9143d9 initial commit 2025-08-03 22:16:04 +00:00