first cut at master package for hosts
authorGreg Price <price@mit.edu>
Sat, 26 Apr 2008 23:24:43 +0000 (19:24 -0400)
committerGreg Price <price@mit.edu>
Sat, 26 Apr 2008 23:24:43 +0000 (19:24 -0400)
svn path=/trunk/packages/sipb-xen-host-master/; revision=453

notes [new file with mode: 0644]
sipb-xen-host-master.equivs [new file with mode: 0644]

diff --git a/notes b/notes
new file mode 100644 (file)
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 (file)
index 0000000..780c54c
--- /dev/null
@@ -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,