--- a/action/go Tue Dec 15 13:52:23 2009 +0000
+++ b/action/go Tue Dec 15 14:28:27 2009 +0000
@@ -13,20 +13,21 @@
#aptitude --allow-untrusted --quiet --without-recommends --assume-yes install mercurial
#hg --version
-#aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \
-# make mercurial xsltproc docbook-xsl openssh-server
+aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \
+ make mercurial xsltproc docbook-xsl openssh-server \
+ python python-support adduser
-aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \
- debconf python python-support adduser mercurial openssh-server
+#aptitude --allow-untrusted --quiet --without-recommends --assume-yes install \
+# debconf python python-support adduser mercurial openssh-server
perl -i -pe 's/^Port 22$/Port 2222/' /etc/ssh/sshd_config
/etc/init.d/ssh start
ssh-keyscan -p 2222 localhost > /etc/ssh/ssh_known_hosts
-dpkg -i mercurial-server_1.0-1_all.deb
-#cd mercurial-server
-#make setup-adduser
+#dpkg -i mercurial-server_1.0-1_all.deb
+cd mercurial-server
+make setup-adduser
for user in test1 test2 ; do
adduser --gecos $user --disabled-password $user
@@ -34,7 +35,7 @@
su -l -c 'ssh-keygen -N "" -f .ssh/id_rsa -t rsa' $user
done
cp /home/test1/.ssh/id_rsa.pub /etc/mercurial-server/keys/root/test1
-su -l -c /usr/share/mercurial-server/refresh-auth hg
+su -l -c /usr/local/share/mercurial-server/refresh-auth hg
su -l -c /action/test1 test1
su -l -c /action/test2 test2