Change request: tweak cvs01 acls to point to git

Kevin Fenzi kevin at tummy.com
Sun Aug 8 17:28:45 UTC 2010


I'd like to tweak the acl denial on cvs01 to help point maintainers to
git (note this is not in puppet, it's in CVSROOT/admin/)

Any thoughts on better wording, etc welcome. 

Index: acls
===================================================================
RCS file: /cvs/extras/CVSROOT/admin/acls,v
retrieving revision 1.10
diff -u -u -r1.10 acls
--- acls	9 Aug 2007 00:14:19 -0000	1.10
+++ acls	8 Aug 2010 17:24:16 -0000
@@ -124,7 +124,7 @@
 }
 close(AVAIL);
 print "$$ ==== \$exit_val = $exit_val\n" if $debug;
-print "**** Access denied: $myname is not in ACL for $repos\n" if $exit_val;
+print "**** Access denied: CVS is read-only now, use git:  http://fedoraproject.org/wiki/Using_Fedora_GIT\n" if $exit_val;
 print "**** Access allowed: $myname is in ACL for $repos.\n"
 	if !$exit_val;
 exit($exit_val);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20100808/d43a9a87/attachment.bin 


More information about the infrastructure mailing list