21 lines
782 B
XML
21 lines
782 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>robbat2@gentoo.org</email>
|
|
<name>Robin H. Johnson</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Gitolite is an access control layer on top of git, which allows access
|
|
control down to the branch level, including specifying who can and cannot
|
|
rewind a given branch.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="contrib">Install user-contributed files</flag>
|
|
<flag name="tools">Install tools to e.g. convert a Gitosis config to
|
|
gitolite or one to check if your setup is gitolite >= 3.x compatible</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">sitaramc/gitolite</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|