[NEW] sysutils/quickjail: Utility to create transient single-command jails Quickjail is a utility to create transient single-command jails. This utility operates much like jail(8) -c, but the jails it creates are not persistent, unlike with jail(8). This makes quickjail more convenient for cases where the command may need termination, which may prevent jail(8) from cleaning up the jail. WWW: https://git.kevans.dev/kevans/quickjail Approved by: koobs (mentor) or bapt (mentor) Differential_Revision: <<this one>>
Details
Details
Q/A:
- portlint: looks fine.
- testport: OK (amd64: 11.3, 12.1, -CURRENT; i386: 12.1; aarch64: -CURRENT)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
- No Lint Coverage 
- Unit
- No Test Coverage 
- Build Status
- Buildable 31009 - Build 28715: arc lint + arc unit 
Event Timeline
| sysutils/quickjail/Makefile | ||
|---|---|---|
| 7 | Why was this override needed? | |
| sysutils/quickjail/Makefile | ||
|---|---|---|
| 7 | Hmm... I missed the Github/Gitlab/other technique that uses a ?dummy=/ parameter to download it as the name they want. I'll make the following change: MASTER_SITES=<tab>https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ and remove the DISTNAME. | |