dev/chroot-test/action/install-installables
changeset 329 11db65f65fa7
parent 326 b44dd7bad82c
child 364 1048e2943566
equal deleted inserted replaced
328:311989e24f27 329:11db65f65fa7
     1 if $CHROOT_TEST_INSTALLDEB ; 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 python-support 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