diff -r 4f0d9b070da4 -r 199952d928e0 dev/chroot-test/action/install-installables --- a/dev/chroot-test/action/install-installables Sat Dec 18 14:12:03 2010 +0000 +++ b/dev/chroot-test/action/install-installables Sat Dec 18 15:26:09 2010 +0000 @@ -1,4 +1,5 @@ aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \ - debconf python python-support adduser mercurial openssh-server -dpkg -i *.deb + debconf python python-support adduser openssh-server ucf +echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb +dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb