gitolite3 3.6.12-1 source package in Ubuntu

Changelog

gitolite3 (3.6.12-1) unstable; urgency=medium

  * New upstream version.

 -- David Bremner <email address hidden>  Fri, 25 Dec 2020 19:15:23 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gitolite3_3.6.12-1.dsc 2.0 KiB 76b7e306d04ac95c0fe266784551bfbf6dd50c86307e726b332df4e3d550b841
gitolite3_3.6.12.orig.tar.gz 198.9 KiB 8c55976ed561b8eabf39097b7fcb9c6e8741c2ceea85ef4529a06b1adff850b6
gitolite3_3.6.12-1.debian.tar.xz 17.2 KiB 15c7e33875cc857b0ff82c8d256eedac1a8d84fefcd5d0e1f12dc9acfa12a47a

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.