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);

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to