--- /dev/null
+deb http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted
+deb-src http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted
--- /dev/null
+## Should be in sources.list.d dir
+deb http://hvirt-dev.hcs.harvard.edu/apt hardy hvirt
+deb-src http://hvirt-dev.hcs.harvard.edu/apt hardy hvirt
+hvirt-config (0.10) unstable; urgency=low
+
+ * Renamed package to hvirt-config
+
+ -- Greg Brockman <gdb@mit.edu> Sat, 16 Jan 2010 01:58:48 -0500
+
hvirt-devconfig (0.9) unstable; urgency=low
* Added network info
-Source: hvirt-devconfig
+Source: hvirt-config
Section: servers
Priority: important
Maintainer: HCS Hvirt Project <hvirt@hcs.harvard.edu>
Package: hvirt-devconfig
Architecture: all
Provides: invirt-config
-Conflicts: invirt-config
+Conflicts: invirt-config, hvirt-prodconfig
Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base (>= 0.0.19)
Description: Hvirt dev-cluster config
This is the master configuration package for the Hvirt development cluster.
+
+Package: hvirt-prodconfig
+Architecture: all
+Provides: invirt-config
+Conflicts: invirt-config, hvirt-devconfig
+Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-base (>= 0.0.19)
+Description: Hvirt prod-cluster config
+ This is the master configuration package for the Hvirt production cluster.
This software was written for the XVM project <xvm@mit.edu>
-of the MIT Student Information Processing Board.
+of the MIT Student Information Processing Board and adapted
+for the Hvirt project <hvirt@hcs.harvard.edu> of the Harvard
+Computer Society.
Copyright :
hvirt-devconfig binary: file-in-unusual-dir root/.k5login
+hvirt-prodconfig binary: file-in-unusual-dir root/.k5login
\ No newline at end of file
-master.yaml etc/invirt
+dev/master.yaml etc/invirt
+common/* .
+++ /dev/null
-#!/bin/sh
-# postinst script for hvirt-devconfig
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- # Regen invirt config
- if hash invoke-rc.d; then
- invoke-rc.d invirt-base reload
- else
- /etc/init.d/invirt-base reload
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- triggered)
- invirt-reload
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
--- /dev/null
+common/* .
--- /dev/null
+activate invirt-reload
include /usr/share/cdbs/1/rules/debhelper.mk
-binary-install/xvm-devconfig::
+binary-install/hvirt-devconfig::
# Versions of CDBS newer than ours do this for us
- dh_lintian -pxvm-devconfig
- install -m 0644 -D k5login $(DEB_DESTDIR)/root/.k5login
+ dh_lintian -phvirt-devconfig
+ install -m 0644 -D dev/k5login $(DEB_DESTDIR)/root/.k5login
+
+binary-install/hvirt-prodconfig::
+ # Versions of CDBS newer than ours do this for us
+ dh_lintian -phvirt-prodconfig
+ install -m 0644 -D prod/k5login $(DEB_DESTDIR)/root/.k5login
--- /dev/null
+gdb/root@HCS.HARVARD.EDU