install
changeset 33 18e93dbdaf12
parent 32 4059dbe9f26a
child 36 b3237aabd0fe
equal deleted inserted replaced
32:4059dbe9f26a 33:18e93dbdaf12
     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 create-breakin-repository ssh-replacement as-if-by-ssh break-in
     7     src/access.py \
       
     8     src/hg-ssh \
       
     9     src/refresh-auth \
       
    10     src/ruleset.py
       
    11 install -o root -g root -d /usr/local/lib/hg-admin-tools/init
       
    12 install -o root -g root -t /usr/local/lib/hg-admin-tools/init \
       
    13     src/init/hgadmin-hgrc
       
    14 install -o root -g root -d /usr/local/lib/hg-admin-tools/init/break-in
       
    15 install -o root -g root -t /usr/local/lib/hg-admin-tools/init/break-in \
       
    16     src/init/break-in/create-breakin-repository \
       
    17     src/init/break-in/ssh-replacement
       
    18     src/init/break-in/as-if-by-ssh
       
    19     src/init/break-in/break-in
     8 install -o root -g root -d /etc/hg-admin-tools
    20 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
    21 install -o root -g root -t /etc/hg-admin-tools \
       
    22     src/init/conf/hg-ssh-wrapper \
       
    23     src/init/conf/remote-hgrc
    10 
    24