public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-23-g885fd8a
@ 2022-10-04 9:54 Jon TURNEY
0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2022-10-04 9:54 UTC (permalink / raw)
To: cygwin-apps-cvs
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=885fd8aaff0107a28d3095cc98ef0ce15d9da806
commit 885fd8aaff0107a28d3095cc98ef0ce15d9da806
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date: Tue Oct 4 10:41:55 2022 +0100
mkgitolite: Allow maintainers to push tags
This was accidentally prevented by commit 76ac02f6.
Tags currently have no defined role in the package repositories, but we
should still allow them.
Diff:
---
calm/mkgitoliteconf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/calm/mkgitoliteconf.py b/calm/mkgitoliteconf.py
index 3c7f53f..e90b4c8 100755
--- a/calm/mkgitoliteconf.py
+++ b/calm/mkgitoliteconf.py
@@ -95,6 +95,7 @@ def do_main(args):
print("repo git/cygwin-packages/%s" % (p))
print("C = %s @leads" % (users))
print("RW master$ = %s" % (users))
+ print("RW refs/tags/ = %s" % (users))
print("owner = %s" % (owner))
print("")
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-10-04 9:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 9:54 [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-23-g885fd8a Jon TURNEY
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).