~ubuntu-branches/ubuntu/utopic/gitolite3/utopic

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2013-05-18 17:59:21 UTC
  • Revision ID: package-import@ubuntu.com-20130518175921-42fll3tc3uo1vn9t
Tags: 3.5.1+4-1
* New upstream snapshot (commit: 2f48a3e0e169e) 
  (closes: #673867, #673850)
* Ask for admin key with priority high (closes: #699490)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gitolite for Debian
 
2
===================
 
3
 
 
4
gitolite is meant to not require root access. This still is true for the
 
5
packaging of gitolite for Debian. The package asks for dedicated user
 
6
and directory for the repositories on first install, and an admin key
 
7
which has full access and can add additional repositories and users.
 
8
A potential dpkg-reconfigure of the package could set up additional
 
9
dedicated users and repositories with different admins.
 
10
 
 
11
upgrading from gitolite v2
 
12
--------------------------
 
13
 
 
14
Upgrading from gitolite v2 requires human intervention. 
 
15
See README.txt for upstream instructions.
 
16
 
 
17
1) You should not need to remove the gitolite v2 code (first bullet
 
18
   point of step 1). If you decide to do so, use the package system:
 
19
 
 
20
   apt-get purge gitolite
 
21
 
 
22
   This will leave your repostories and ~gitolite/.gitolite.rc intact
 
23
 
 
24
2) You have already installed g3 (step 2 of migration).  You still need to run 
 
25
   "gitolite setup"; see next not for more on this.
 
26
 
 
27
2) running "gitolite setup -a adminname" *must* be done as the
 
28
   gitolite hosting user (typically 'gitolite') on Debian
 
29
   systems. Since this user has no password, you typically need
 
30
   to first acquire root privileges, then "su -l gitolite".
 
31
 
 
32
 -- David Bremner <bremner@debian.org>, Sat, 18 May 2013 18:05:47 -0300