[Xfce4-commits] <moka:master> Give all authorized ssh users read access.

Nick Schermer noreply at xfce.org
Thu Nov 24 20:24:01 CET 2011


Updating branch refs/heads/master
         to 42b49a8cd2daf9857f705f4b3babc32cf385f238 (commit)
       from d3f636c73af3092320a4e129647742e3e61d6a4e (commit)

commit 42b49a8cd2daf9857f705f4b3babc32cf385f238
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Nov 24 20:22:05 2011 +0100

    Give all authorized ssh users read access.

 lib/helpers/gitolite.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/helpers/gitolite.rb b/lib/helpers/gitolite.rb
index 2cb2bf6..8eed060 100644
--- a/lib/helpers/gitolite.rb
+++ b/lib/helpers/gitolite.rb
@@ -56,7 +56,7 @@ module Moka
           conf << "\n\tRW = " + maintainers.sort.join(" ") if maintainers
 
           # let gitolite create git-daemon-export-ok
-          conf << "\n\tR = daemon" if project.groups.include?(public)
+          conf << "\n\tR = daemon @all" if project.groups.include?(public)
 
           # force fast-forward on all repositories
           conf << "\n\tconfig receive.denyNonFastforwards = true"


More information about the Xfce4-commits mailing list