Change parts of test that need to be different for Debian debian
authorPaul Crowley <paul@lshift.net>
Sat, 18 Dec 2010 13:27:02 +0000
branchdebian
changeset 285 8dcf99af5d97
parent 284 85607df3fd19
child 286 451236a387a0
Change parts of test that need to be different for Debian
dev/chroot-test/action/install-installables
dev/chroot-test/action/refresh-auth
dev/chroot-test/copy-installables
--- 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
-