gitolite3 3.5.3.1-2 source package in Ubuntu

Changelog

gitolite3 (3.5.3.1-2) unstable; urgency=medium


  * Bug fix: "broken directory check", thanks to Daniel Baumann, 
    Martin Haaß  (Closes: #737823, #734979).

 -- David Bremner <email address hidden>  Wed, 26 Mar 2014 11:18:42 -0300

Upload details

Uploaded by:
David Bremner
Uploaded to:
Sid
Original maintainer:
David Bremner
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gitolite3_3.5.3.1-2.dsc 1.6 KiB afcb4daa95a80d11f77288bb5cb155fe875da7ab55cd2cd5a647fda1a01c1d3e
gitolite3_3.5.3.1.orig.tar.gz 144.7 KiB b4655d85ef60619dce76fc27222dcce483ede5875cda68b841935cd39f734ee1
gitolite3_3.5.3.1-2.diff.gz 16.4 KiB daeabf20c5477e26a0520e4f2972e7898eaf0cba0f8cec5627719ff9950ece53

Available diffs

No changes file available.

Binary packages built by this source

gitolite3: SSH-based gatekeeper for git repositories (version 3)

 Gitolite is an SSH-based gatekeeper providing access control for a server that
 hosts many git repositories. Without gitolite,
 each developer needing to push to one of the repositories hosted would need a
 user account on that server; gitolite lets you do that just using
 SSH public keys tied to a single, common, user that hosts all the
 repositories.
 .
 Gitolite can restrict who can read (clone/fetch) from or write
 (push) to a repository, and who can push to what branch or tag - an
 important issue in corporate environments. Other features include:
   * access control by branch-name or by modified file/directory;
   * per-developer "personal namespace" prefixes;
   * simple but powerful configuration file syntax (with validation);
   * config files (and authority for maintaining them) can be split;
   * easy integration with gitweb;
   * comprehensive logging;
   * easy migration from gitosis.