commit 0e0ca4f0ded6e29774463dd908a09d3efb757d3a parent 450bd61f010bdd0e1edce7f88c1f454db82e55da author: nathanael <nathanael@dalliard.ch> date: Wed, 22 Oct 2025 11:34:45 +0000 s2: split repo judith diffstat:
| M | s2/sysfiles/gotd.conf | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/s2/sysfiles/gotd.conf b/s2/sysfiles/gotd.conf @@ -17,7 +17,11 @@ repository "bt" { permit rw gregor permit rw s0 } -repository "judith" { - path "/home/got/judith.git" +repository "sb" { + path "/home/got/sb.git" + permit rw s0 +} +repository "mt" { + path "/home/got/mt.git" permit rw s0 }