From: Greg Price <price@mit.edu> Date: Sat, 26 Apr 2008 23:24:43 +0000 (-0400) Subject: first cut at master package for hosts X-Git-Tag: 0.0.1~12 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-host-master.git/commitdiff_plain/9859889d4df7c5a8e53a42716d0e8ea7d421a473 first cut at master package for hosts svn path=/trunk/packages/sipb-xen-host-master/; revision=453 --- 9859889d4df7c5a8e53a42716d0e8ea7d421a473 diff --git a/notes b/notes new file mode 100644 index 0000000..77255ff --- /dev/null +++ b/notes @@ -0,0 +1,21 @@ + +aptitude install krb5-user +cat >>/etc/ssh/sshd_config <<EOF +# accept Kerberos +GSSAPIAuthentication yes +GSSAPICleanupCredentials yes +GSSAPIKeyExchange yes +EOF +# install keytab +# install /root/.k5login + + + + +aptitude install screen ntpdate +aptitude install subversion build-essential cdbs debhelper fakeroot +svn co https://sipb-xen-dev.mit.edu:1111 /srv/checkout + +# cd svn-xen/trunk/packages/sipb-xen-dom0/ +# sx-build-release trunk/packages/sipb-xen-dom0/ +# reprepro-env copy stable unstable sipb-xen-dom0 diff --git a/sipb-xen-host-master.equivs b/sipb-xen-host-master.equivs new file mode 100644 index 0000000..780c54c --- /dev/null +++ b/sipb-xen-host-master.equivs @@ -0,0 +1,19 @@ +Section: base +Priority: extra +Standards-Version: 3.6.2 + +Package: sipb-xen-host-master +Version: 0.1 +Maintainer: SIPB Xen Project <sipb-xen@mit.edu> +Architecture: all +Description: Master package for sipb-xen hosts + This package depends on everything a sipb-xen host machine needs. +Depends: sipb-xen-base, + sipb-xen-console-server, + sipb-xen-database-client, + sipb-xen-database-common, + sipb-xen-dhcp, + sipb-xen-dom0, + sipb-xen-python-pydhcplib, + sipb-xen-remctl-auto, + sipb-xen-vnc-server,