2 |
2 |
3 set -e |
3 set -e |
4 |
4 |
5 install -o root -g root -d /usr/local/lib/mercurial-server |
5 install -o root -g root -d /usr/local/lib/mercurial-server |
6 install -o root -g root -t /usr/local/lib/mercurial-server \ |
6 install -o root -g root -t /usr/local/lib/mercurial-server \ |
|
7 src/hg-ssh \ |
|
8 src/do-refresh-auth |
|
9 install -o root -g root -t /usr/local/lib/mercurial-server -m 644 \ |
7 src/access.py \ |
10 src/access.py \ |
8 src/hg-ssh \ |
|
9 src/refresh-auth \ |
|
10 src/ruleset.py |
11 src/ruleset.py |
11 install -o root -g root -d /usr/local/lib/mercurial-server/init |
12 install -o root -g root -d /usr/local/lib/mercurial-server/init |
12 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
13 install -o root -g root -t /usr/local/lib/mercurial-server/init \ |
13 src/init/hginit \ |
14 src/init/hginit |
|
15 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
14 src/init/hgadmin-hgrc |
16 src/init/hgadmin-hgrc |
15 install -o root -g root -d /usr/local/lib/mercurial-server/init/break-in |
|
16 install -o root -g root -t /usr/local/lib/mercurial-server/init/break-in \ |
|
17 src/init/break-in/create-breakin-repository \ |
|
18 src/init/break-in/ssh-replacement \ |
|
19 src/init/break-in/as-if-by-ssh \ |
|
20 src/init/break-in/break-in |
|
21 install -o root -g root -d /etc/mercurial-server |
17 install -o root -g root -d /etc/mercurial-server |
22 install -o root -g root -t /etc/mercurial-server \ |
18 install -o root -g root -t /etc/mercurial-server \ |
23 src/init/conf/hg-ssh-wrapper \ |
19 src/init/conf/hg-ssh-wrapper \ |
24 src/init/conf/remote-hgrc |
20 src/init/conf/refresh-auth |
|
21 install -o root -g root -t /etc/mercurial-server -m 644 \ |
|
22 src/init/conf/remote-hgrc \ |
|
23 src/init/conf/access.conf |
|
24 install -o root -g root -d /etc/mercurial-server/keys/root |
25 |
25 |