equal
deleted
inserted
replaced
1 if ${CHROOT_TEST_INSTALLDEB:-false} ; then |
1 if ${CHROOT_TEST_INSTALLDEB:-false} ; then |
2 aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ |
2 aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ |
3 debconf python python-support adduser openssh-server ucf |
3 debconf python adduser openssh-server ucf |
4 echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |
4 echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |
5 dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |
5 dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb |
6 else |
6 else |
7 aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ |
7 aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ |
8 make mercurial xsltproc docbook-xsl openssh-server \ |
8 make mercurial xsltproc docbook-xsl openssh-server \ |
9 python python-support adduser |
9 python adduser |
10 cd mercurial-server |
10 cd mercurial-server |
11 make setup-adduser |
11 make setup-adduser |
12 fi |
12 fi |