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 1QWSLU-0006mh-9T for garchives@archives.gentoo.org; Tue, 14 Jun 2011 12:03:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 498301C0A5; Tue, 14 Jun 2011 12:02:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0924D1C0A5 for ; Tue, 14 Jun 2011 12:02:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D211B4037 for ; Tue, 14 Jun 2011 12:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1007F80040 for ; Tue, 14 Jun 2011 12:02:34 +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: <43c81ff80418215f1274e7bd56cfd93d5162bbdc.idl0r@gentoo> Subject: [gentoo-commits] proj/gitolite-gentoo:master commit in: / X-VCS-Repository: proj/gitolite-gentoo X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 43c81ff80418215f1274e7bd56cfd93d5162bbdc Date: Tue, 14 Jun 2011 12:02:34 +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: 620bf464f7ff12fcfd02900c00f135cc commit: 43c81ff80418215f1274e7bd56cfd93d5162bbdc Author: Christian Ruppert gentoo org> AuthorDate: Mon Jun 13 16:55:40 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon Jun 13 16:55:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gitolite-gent= oo.git;a=3Dcommit;h=3D43c81ff8 Merge commit 'refs/top-bases/t/misc' into t/misc conf/example.gitolite.rc | 1 + contrib/adc/hub | 55 +++++-- contrib/adc/hub.mkd | 6 + contrib/adc/s3backup | 150 +++++++++++++++++++ contrib/putty.mkd | 248 +++++++++++++++++++++++++= ++++++ contrib/update.detect-dup-pubkeys | 74 +++++++++ contrib/update.email-check | 4 +- doc/1-INSTALL.mkd | 53 ++++--- doc/2-admin.mkd | 4 + doc/CHANGELOG | 14 ++ doc/gitolite-and-ssh.mkd | 7 +- doc/gitolite-without-ssh.mkd | 75 +++++++++ doc/gitolite.conf.mkd | 26 +++- doc/gitolite.rc.mkd | 5 + doc/http-backend.mkd | 12 +- doc/overkill.mkd | 10 ++ doc/report-output.mkd | 8 +- doc/who-uses-it.mkd | 20 ++- hooks/common/post-receive.mirrorpush | 6 +- hooks/common/update | 12 +- hooks/common/update.secondary.sample | 44 ++++++ src/gitolite.pm | 109 +++++++++----- src/gitolite_rc.pm | 7 + src/gl-auth-command | 6 +- src/gl-compile-conf | 53 ++++--- src/gl-easy-install | 5 + src/gl-install | 8 +- src/gl-mirror-shell | 2 + src/gl-setup-authkeys | 30 +++-- src/gl-system-install | 38 +++-- t/install-gitolite | 4 +- t/out/t01-repo-groups.1bs | 8 +- t/out/t01-repo-groups.2 | 4 +- t/out/t02-user-groups.1bs | 6 +- t/out/t02-user-groups.2bs | 6 +- t/rollback.server | 3 +- t/t00-initial | 2 +- t/t04a-wild-all | 6 +- t/t04a-wild-students | 2 +- t/t05a-delegation | 2 +- t/t50-sequence-test | 2 +- t/t53-check-info-expand-output | 2 +- t/t54-repo-configs | 8 +- t/t55-repo-configs-wild-without-CREATOR | 14 +- t/t56-repo-configs-wild-with-CREATOR | 14 +- t/t57-daemon-gitweb | 30 ++-- t/t58-daemon-gitweb-wild | 34 ++-- t/t59-repo-not-on-disk | 10 +- t/t60-daemon-gitweb-via-setperms | 50 +++--- t/t61-setperms-groups | 2 +- t/t62-rule-sequences | 4 +- t/t63-perm-cats | 2 +- t/t64-write-able | 16 +- t/t67-hub | 34 ++++- t/t68-include | 62 ++++++++ t/test-driver.sh | 14 ++- t/update-gitolite | 1 + 57 files changed, 1148 insertions(+), 286 deletions(-)