dev/chroot-test/action/install-installables
changeset 326 b44dd7bad82c
parent 314 c02eae7665af
child 329 11db65f65fa7
equal deleted inserted replaced
324:36400dcefb67 326:b44dd7bad82c
     1 aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     1 if $CHROOT_TEST_INSTALLDEB ; then
     2     make mercurial xsltproc docbook-xsl openssh-server \
     2     aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
     3     python python-support adduser
     3          debconf python python-support adduser openssh-server ucf
     4 cd mercurial-server
     4     echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb
     5 make setup-adduser
     5     dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb
       
     6 else
       
     7     aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
       
     8         make mercurial xsltproc docbook-xsl openssh-server \
       
     9         python python-support adduser
       
    10     cd mercurial-server
       
    11     make setup-adduser
       
    12 fi