# HG changeset patch # User Paul Crowley # Date 1292685969 0 # Node ID 199952d928e03b8e81b9b1835f2b5aedd543a8f4 # Parent 4f0d9b070da4eda7ffaba1260c78d2aa141ea123 Reproduce bug 604123 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