Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gitolite-gentoo:master commit in: /
Date: Tue, 30 Aug 2011 15:47:37
Message-Id: 1212de5bdc5647b8647d88533722dfbeeabf6928.idl0r@gentoo
1 commit: 1212de5bdc5647b8647d88533722dfbeeabf6928
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 15:41:07 2011 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:41:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gitolite-gentoo.git;a=commit;h=1212de5b
7
8 Merge commit 'refs/top-bases/t/export_key_metadata-function' into t/export_key_metadata-function
9
10
11 README.mkd | 62 +--
12 contrib/adc/README.mkd | 63 ++
13 contrib/adc/adc.common-functions | 6 +-
14 contrib/adc/delete-branch | 84 +++
15 contrib/adc/help | 2 +-
16 .../{repo-deletion.README => repo-deletion.mkd} | 9 +-
17 contrib/adc/sskm | 275 ++++++++
18 contrib/adc/sskm.mkd | 288 ++++++++
19 contrib/adc/su-getperms | 33 +
20 contrib/adc/su-setperms | 1 +
21 doc/1-INSTALL.mkd | 552 +++++++++-------
22 doc/2-admin.mkd | 11 +-
23 doc/3-faq-tips-etc.mkd | 41 +-
24 doc/CHANGELOG | 19 +
25 doc/admin-defined-commands.mkd | 7 +-
26 doc/authentication-vs-authorisation.mkd | 104 +++
27 doc/developer-notes.mkd | 2 +-
28 doc/gitolite-and-ssh.mkd | 11 +-
29 doc/gitolite-gitweb-http-backend.mkd | 303 ++++++++
30 doc/gitolite-without-ssh.mkd | 75 --
31 doc/gitolite.conf.mkd | 4 +
32 doc/gitolite.rc.mkd | 20 +-
33 doc/hook-propagation.mkd | 4 +-
34 doc/http-backend.mkd | 8 +-
35 doc/migrate.mkd | 86 ++-
36 doc/mirroring.mkd | 2 +-
37 doc/mob-branches.mkd | 8 +-
38 doc/monkeysphere.mkd | 2 +-
39 doc/report-output.mkd | 6 +-
40 doc/ssh-troubleshooting.mkd | 725 ++++++++++---------
41 doc/who-uses-it.mkd | 2 +-
42 doc/wildcard-repositories.mkd | 5 +-
43 hooks/common/update | 4 +-
44 hooks/gitolite-admin/post-update | 4 +-
45 src/gitolite.pm | 33 +-
46 src/gitolite_rc.pm | 2 +-
47 src/gl-admin-push | 50 ++
48 src/gl-compile-conf | 3 +-
49 src/gl-dont-panic | 113 ---
50 src/gl-easy-install | 2 +
51 src/gl-install | 4 +-
52 src/gl-setup | 2 +
53 src/gl-system-install | 35 +-
54 src/sshkeys-lint | 6 +-
55 t/README.mkd | 16 +-
56 t/install-gitolite | 23 +-
57 t/keys/config | 5 +-
58 t/rollback.server | 2 +-
59 t/t67-hub | 4 +-
60 49 files changed, 2193 insertions(+), 935 deletions(-)
61
62 diff --cc src/gitolite_rc.pm
63 index fc88273,45b99a2..2a31abc
64 --- a/src/gitolite_rc.pm
65 +++ b/src/gitolite_rc.pm
66 @@@ -22,11 -22,9 +22,11 @@@ use Exporter 'import'
67 $GL_PACKAGE_CONF $GL_PACKAGE_HOOKS $GL_PERFLOGT $GL_SITE_INFO
68 $GL_SLAVE_MODE $GL_WILDREPOS $GL_WILDREPOS_DEFPERMS
69 $GL_WILDREPOS_PERM_CATS $HTPASSWD_FILE $PROJECTS_LIST $REPO_BASE
70 - $REPO_UMASK $RSYNC_BASE $SVNSERVE $UPDATE_CHAINS_TO
71 + $REPO_UMASK $RSYNC_BASE $SVNSERVE $UPDATE_CHAINS_TO $AUTH_OPTIONS
72
73 $GL_HTTP_ANON_USER
74 +
75 + @GL_METADATA
76 );
77
78 # ------------------------------------------------------------------------------