--- a/dev/chroot-test/action/install-installables Sat Dec 18 12:51:42 2010 +0000
+++ b/dev/chroot-test/action/install-installables Sat Dec 18 13:27:02 2010 +0000
@@ -1,6 +1,4 @@
aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \
- make mercurial xsltproc docbook-xsl openssh-server \
- python python-support adduser
-cd mercurial-server
-make setup-adduser
+ debconf python python-support adduser mercurial openssh-server
+dpkg -i *.deb
--- a/dev/chroot-test/action/refresh-auth Sat Dec 18 12:51:42 2010 +0000
+++ b/dev/chroot-test/action/refresh-auth Sat Dec 18 13:27:02 2010 +0000
@@ -2,4 +2,4 @@
set -e
-/usr/local/share/mercurial-server/refresh-auth
+/usr/share/mercurial-server/refresh-auth
--- a/dev/chroot-test/copy-installables Sat Dec 18 12:51:42 2010 +0000
+++ b/dev/chroot-test/copy-installables Sat Dec 18 13:27:02 2010 +0000
@@ -1,4 +1,2 @@
+cp build/debian/*.deb $BACKING/action
-hg st -mac0n -X '*.hg' -X 'dev/**' \
- | cpio -p -0 -d $BACKING/action/mercurial-server
-