install
changeset 32 4059dbe9f26a
parent 31 d54720d47ca2
child 33 18e93dbdaf12
equal deleted inserted replaced
31:d54720d47ca2 32:4059dbe9f26a
     2 
     2 
     3 set -e
     3 set -e
     4 
     4 
     5 install -o root -g root -d /usr/local/lib/hg-admin-tools
     5 install -o root -g root -d /usr/local/lib/hg-admin-tools
     6 install -o root -g root -t /usr/local/lib/hg-admin-tools \
     6 install -o root -g root -t /usr/local/lib/hg-admin-tools \
     7     access.py hg-ssh refresh-auth ruleset.py hgadmin-hgrc break-in
     7     access.py hg-ssh refresh-auth ruleset.py hgadmin-hgrc create-breakin-repository ssh-replacement as-if-by-ssh break-in
     8 install -o root -g root -d /etc/hg-admin-tools
     8 install -o root -g root -d /etc/hg-admin-tools
     9 install -o root -g root -t /etc/hg-admin-tools hg-ssh-wrapper remote-hgrc
     9 install -o root -g root -t /etc/hg-admin-tools hg-ssh-wrapper remote-hgrc
    10 
    10 
    11 sudo adduser --system --shell /bin/sh --group --disabled-password \
       
    12    --gecos "Mercurial repositories" hg
       
    13 sudo -u hg -H ./hginit
       
    14