From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PpO0C-0004Vt-A6 for garchives@archives.gentoo.org; Tue, 15 Feb 2011 16:43:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972DCE08FB; Tue, 15 Feb 2011 16:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C461E08FB for ; Tue, 15 Feb 2011 16:42:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B3A1B4087 for ; Tue, 15 Feb 2011 16:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6335980073 for ; Tue, 15 Feb 2011 16:42:10 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <05bb1b5b78c0210705a712b50a29e62a6daf08dd.idl0r@gentoo> Subject: [gentoo-commits] proj/gitolite-gentoo:t/misc commit in: / X-VCS-Repository: proj/gitolite-gentoo X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 05bb1b5b78c0210705a712b50a29e62a6daf08dd Date: Tue, 15 Feb 2011 16:42:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b900af968fab79f66ea08c26c1112d6b Message-ID: <20110215164210.jk0CCI2N4V74AzewMKpJOzLRtFHfPUg7BxXt9BUgstg@z> commit: 05bb1b5b78c0210705a712b50a29e62a6daf08dd Author: Christian Ruppert gentoo org> AuthorDate: Tue Feb 15 16:36:36 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Feb 15 16:36:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gitolite-gent= oo.git;a=3Dcommit;h=3D05bb1b5b Merge commit 'refs/top-bases/t/misc' into t/misc conf/example.conf | 3 - conf/example.gitolite.rc | 329 +++------------= ----- contrib/adc/get-rights-and-owner.in-perl | 41 +++ contrib/ldap/README.mkd | 18 ++ contrib/ldap/ldap-query-example.pl | 80 +++++ contrib/ldap/ldap-query-example.sh | 68 +++++ contrib/ldap/passwd | 112 +++++++ doc/CHANGELOG | 22 ++ doc/big-config.mkd | 229 ++++++++++---- doc/delegation.mkd | 2 +- doc/gitolite.rc.mkd | 332 +++++++++++++++= ++++++ doc/install-transcript.mkd | 2 +- doc/overkill.mkd | 8 +- doc/progit-article.mkd | 2 +- doc/ssh-troubleshooting.mkd | 2 +- doc/who-uses-it.mkd | 5 + src/gitolite.pm | 124 +++++---- src/gl-auth-command | 14 +- src/gl-compile-conf | 164 +++++++---- t/out/t01-repo-groups.1 | 2 +- t/out/t01-repo-groups.1b | 2 +- t/out/{t01-repo-groups.1b =3D> t01-repo-groups.1bs} | 33 ++- t/out/t01-repo-groups.2 | 28 ++- t/out/t02-user-groups.1 | 2 +- t/out/t02-user-groups.1b | 2 +- t/out/{t02-user-groups.1b =3D> t02-user-groups.1bs} | 35 +-- t/out/t02-user-groups.2 | 2 +- t/out/{t02-user-groups.2 =3D> t02-user-groups.2bs} | 49 ++-- t/t01-repo-groups | 6 +- t/t02-user-groups | 8 +- t/t59-repo-not-on-disk | 12 +- t/test-driver.sh | 7 + 32 files changed, 1195 insertions(+), 550 deletions(-)