equal
deleted
inserted
replaced
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 \ |
7 src/hg-ssh \ |
8 src/do-refresh-auth |
8 src/refresh-auth |
9 install -o root -g root -d /usr/local/lib/mercurial-server/mercurialserver |
9 install -o root -g root -d /usr/local/lib/mercurial-server/mercurialserver |
10 install -o root -g root -t /usr/local/lib/mercurial-server/mercurialserver -m 644 \ |
10 install -o root -g root -t /usr/local/lib/mercurial-server/mercurialserver -m 644 \ |
11 src/mercurialserver/__init__.py \ |
11 src/mercurialserver/__init__.py \ |
12 src/mercurialserver/paths.py \ |
12 src/mercurialserver/paths.py \ |
13 src/mercurialserver/changes.py \ |
13 src/mercurialserver/changes.py \ |
20 src/init/hginit |
20 src/init/hginit |
21 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
21 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \ |
22 src/init/hgadmin-hgrc |
22 src/init/hgadmin-hgrc |
23 install -o root -g root -d /etc/mercurial-server |
23 install -o root -g root -d /etc/mercurial-server |
24 install -o root -g root -t /etc/mercurial-server \ |
24 install -o root -g root -t /etc/mercurial-server \ |
25 src/init/conf/hg-ssh-wrapper \ |
25 src/init/conf/hg-ssh-wrapper |
26 src/init/conf/refresh-auth |
|
27 install -o root -g root -t /etc/mercurial-server -m 644 \ |
26 install -o root -g root -t /etc/mercurial-server -m 644 \ |
28 src/init/conf/remote-hgrc \ |
27 src/init/conf/remote-hgrc \ |
29 src/init/conf/access.conf |
28 src/init/conf/access.conf |
30 install -o root -g root -d /etc/mercurial-server/keys/root |
29 install -o root -g root -d /etc/mercurial-server/keys/root |
31 install -o root -g root -d /etc/mercurial-server/keys/users |
30 install -o root -g root -d /etc/mercurial-server/keys/users |