dev/chroot-test/action/install-installables
changeset 364 1048e2943566
parent 329 11db65f65fa7
equal deleted inserted replaced
363:2eb6c8083edd 364:1048e2943566
     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