[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20220704-23-g885fd8a
Jon TURNEY via Cygwin-apps-cvs <[email protected]> Tue, 4 Oct 2022 09:54:50 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=885fd8aaff0107a28d3095cc98ef0ce15d9da806 commit 885fd8aaff0107a28d3095cc98ef0ce15d9da806 Author: Jon Turney <[email protected]> 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("")