Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 298421 Details for
Bug 398293
dev-vcs/gitosis-0.2_p20080825: Add the newly created git user to the ssh group
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Trivial update to ebuild to also add user to ssh group
gitosis-0.2_p20080825.ebuild (text/plain), 1.31 KB, created by
Emily Mills
on 2012-01-09 20:56:25 UTC
(
hide
)
Description:
Trivial update to ebuild to also add user to ssh group
Filename:
MIME Type:
Creator:
Emily Mills
Created:
2012-01-09 20:56:25 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild,v 1.3 2011/04/06 19:27:19 arfrever Exp $ > >EAPI="3" >PYTHON_DEPEND="2" > >inherit eutils distutils > >DESCRIPTION="gitosis -- software for hosting git repositories" >HOMEPAGE="http://eagain.net/gitweb/?p=gitosis.git;a=summary" ># This is a snapshot taken from the upstream gitweb. >MY_PV="20080825-73a032520493f6b4186185d4826d12edb5614135" >MY_PN="${PN}.git" >MY_P="${MY_PN}-${MY_PV}" >SRC_URI="mirror://gentoo/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" >IUSE="" >DEPEND_GIT=">=dev-vcs/git-1.5.5.4" >DEPEND="${DEPEND_GIT} > >=dev-python/setuptools-0.6_rc5" >RDEPEND="${DEPEND} > !dev-vcs/gitosis-gentoo" > >S=${WORKDIR}/gitosis > >DOCS="example.conf gitweb.conf lighttpd-gitweb.conf TODO.rst" > >pkg_setup() { > python_set_active_version 2 > python_pkg_setup > > enewgroup git > enewuser git -1 /bin/sh /var/spool/gitosis "git,ssh" >} > >src_install() { > distutils_src_install > keepdir /var/spool/gitosis > fowners git:git /var/spool/gitosis >} > ># We should handle more of this, but it requires the input of an SSH public key ># from the user, and they may want to set up more configuration first. >#pkg_config() { >#}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 398293
: 298421