added forgejo workflow
Some checks failed
Build Deb-Mock Package / build (push) Failing after 3s
Test Deb-Mock Build / test (push) Failing after 1s

This commit is contained in:
robojerk 2025-08-03 22:24:21 +00:00
parent 74fe9143d9
commit aaadb2d60a
5 changed files with 365 additions and 0 deletions

View file

@ -1,7 +1,11 @@
# Deb-Mock
![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg)
A low-level utility to create clean, isolated build environments for single Debian packages. This tool is a direct functional replacement for Fedora's Mock, adapted specifically for Debian-based ecosystems.
**Last updated: 2025-01-22 12:00:00 UTC**
## Purpose
Deb-Mock provides:
@ -23,6 +27,19 @@ Deb-Mock provides:
- ✅ **Chroot scrubbing** for cleanup without removal (like Mock's `--scrub`)
- ✅ **Core configurations** for popular distributions (like Mock's `mock-core-configs`)
## CI/CD Status
This project uses GitHub Actions for continuous integration and deployment:
- **Build**: Automatically builds and tests the package on every push
- **Test**: Comprehensive testing of all CLI commands and functionality
- **Release**: Automated releases when tags are pushed
- **Documentation**: Auto-updates README with build status
### Build Status
- ![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg)
- ![Test Status](https://github.com/robojerk/deb-mock/workflows/Test%20Deb-Mock%20Build/badge.svg)
## Installation
```bash