13 Commits

Author SHA1 Message Date
effb12fac9 no woodpecker freebsd support, stay with github actions for now 2025-12-16 19:59:32 +01:00
10dfc19053 nope 2025-12-15 22:35:32 +01:00
4cbf81010e try 14.3 manually 2025-12-15 22:32:33 +01:00
72ce05e8c2 +df 2025-12-15 22:22:15 +01:00
b61aec1b12 try with installer 2025-12-15 22:21:02 +01:00
d410dc1a57 try 14.2 2025-12-15 22:20:05 +01:00
233960a908 qemu 2025-12-15 22:17:03 +01:00
3efa9e4b65 huh 2025-12-15 22:07:04 +01:00
1a8ba3cdc7 fix bsd version 2025-12-15 22:05:29 +01:00
27de253072 use docker.io 2025-12-15 22:01:18 +01:00
e6fa8e9314 try 2025-12-15 21:59:19 +01:00
4b6f3be04b test 2025-12-15 21:58:18 +01:00
64fdecbcf4 move to codeberg 2025-12-15 21:57:22 +01:00
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
[![Actions](https://github.com/tlinden/jaildk/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlinden/jaildk/actions)
## jaildk - a FreeBSD jail development kit v2.0.4 ## jaildk - a FreeBSD jail development kit v2.0.4
## Breaking Changes ## Breaking Changes
@@ -656,7 +654,7 @@ that's the best way for me to forget to do something.
In order to report a bug, unexpected behavior, feature requests In order to report a bug, unexpected behavior, feature requests
or to submit a patch, please open an issue on github: or to submit a patch, please open an issue on github:
https://github.com/TLINDEN/jaildk/issues. https://codeberg.org/scip/jaildk/issues.
## Copyright and license ## Copyright and license
@@ -670,5 +668,5 @@ F.Sass (Culsu)
## Project homepage ## Project homepage
https://github.com/TLINDEN/jaildk https://codeberg.org/scip/jaildk

View File

@@ -1781,7 +1781,7 @@ jaildk_update() {
rcscript=update rcscript=update
force='' force=''
repo="https://github.com/TLINDEN/jaildk.git" repo="https://codeberg.org/scip/jaildk.git"
mustberoot mustberoot
OPTIND=1; while getopts "f" arg; do OPTIND=1; while getopts "f" arg; do