added forgejo workflow
This commit is contained in:
parent
74fe9143d9
commit
aaadb2d60a
5 changed files with 365 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -1,7 +1,11 @@
|
|||
# Deb-Mock
|
||||
|
||||

|
||||
|
||||
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
|
||||
- 
|
||||
- 
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue