2 Commits

Author SHA1 Message Date
b8fe0d4c11 add github note 2025-12-16 20:05:19 +01:00
T. von Dein
eabec94945 move to codeberg (#35) 2025-12-16 20:01:40 +01:00
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
[![Actions](https://github.com/tlinden/jaildk/actions/workflows/ci.yaml/badge.svg)](https://github.com/tlinden/jaildk/actions)
> [!CAUTION]
> This software is now being maintained on [Codeberg](https://codeberg.org/scip/leo/).
>
> However, due to limitations with woodpecker FreeBSD support, CI test workflows are still being executed here.
>
> Devs: no need to push to codeberg and github, there's a mirror script running somewhere else.
## jaildk - a FreeBSD jail development kit v2.0.4
@@ -656,7 +661,7 @@ that's the best way for me to forget to do something.
In order to report a bug, unexpected behavior, feature requests
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
@@ -670,5 +675,5 @@ F.Sass (Culsu)
## Project homepage
https://github.com/TLINDEN/jaildk
https://codeberg.org/scip/jaildk

View File

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