Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-10-04 12:41:55 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-10-04 12:43:05 +0300
commit885fd8aaff0107a28d3095cc98ef0ce15d9da806 (patch)
treee6dafaee3c915ae4e0a8e3d3ee96e5271f4f2760
parent4d95cbff712f07bf70115b75a8bb0b3d0f5face3 (diff)
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.
-rwxr-xr-xcalm/mkgitoliteconf.py1
1 files changed, 1 insertions, 0 deletions
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("")