commit - f6ff692887f92c043fc96ebb8038bd4075bbdac0
commit + 0cb1fb1b6112af8387982ced1d8515176cca06c4
blob - bba079e08c2f4d74062e70f6de84832d544fcec6
blob + 61567e53b9c96f9a9c6d810a9d1e261b70f98803
--- gotsys/gotsys.conf.5
+++ gotsys/gotsys.conf.5
permit rw :developers
permit ro anonymous
.\"
-.\" protect branch "main"
-.\" protect tag namespace "refs/tags/"
+ protect branch "main"
+ protect tag namespace "refs/tags/"
}
repository "openbsd/ports" {
permit ro anonymous
deny flan_hacker
-.\" protect {
-.\" branch "main"
-.\" tag namespace "refs/tags/"
-.\" }
+ protect {
+ branch "main"
+ tag namespace "refs/tags/"
+ }
.\"
.\" notify {
.\" branch "main"
repository "secret" {
permit rw flan_hacker
head "refs/heads/private"
-.\"
-.\" protect branch "main"
-.\" protect tag namespace "refs/tags/"
+
+ protect branch "private"
+ protect tag namespace "refs/tags/"
}
.Ed
.Sh SEE ALSO