5 # this is hardcoded; change it if needed
10 # ----------------------------------------------------------------------
13 try
"DEF POK = !/DENIED/; !/failed to push/";
20 @gbar = bar/CREATOR/..*
28 try
"ADMIN_PUSH set1; !/FATAL/" or die text
();
30 my $rb = `gitolite query-rc -n GL_REPO_BASE`;
35 glt ls-remote u1 file:///bar/u1/try1
36 /Initialized empty Git repository in .*/bar/u1/try1.git/
38 find . -name git-daemon-export-ok
39 /testing.git/git-daemon-export-ok/
44 glt ls-remote u1 file:///bar/u1/try2
45 /Initialized empty Git repository in .*/bar/u1/try2.git/
47 find $h/repositories -name git-daemon-export-ok
48 /testing.git/git-daemon-export-ok/
53 glt perms u1 bar/u1/try1 + READERS daemon
56 glt perms u1 bar/u1/try1 -l
59 find $h/repositories -name git-daemon-export-ok
60 /repositories/testing.git/git-daemon-export-ok/
61 /repositories/bar/u1/try1.git/git-daemon-export-ok/
66 glt perms u1 bar/u1/try2 + READERS gitweb
68 glt perms u1 bar/u1/try2 -l
71 find $h/repositories -name git-daemon-export-ok
72 /testing.git/git-daemon-export-ok/
73 /bar/u1/try1.git/git-daemon-export-ok/