From 4ef3ccb9d7587d34986d1c10fa0fd376a26c96d9 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 27 Oct 2008 15:00:02 -0400 Subject: [PATCH] Change the names of the remote and console servers on dev svn path=/trunk/packages/xvm-devconfig/; revision=1347 --- debian/changelog | 7 +++++++ files/etc/invirt/master.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11db62c..24a52ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-devconfig (0.13) unstable; urgency=low + + * sipb-xen-console -> xvm-console + * remote -> xvm-remote (at least canonically) + + -- Evan Broder Mon, 27 Oct 2008 14:25:13 -0400 + xvm-devconfig (0.12) unstable; urgency=low * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index 184b5ef..93d2c4f 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -23,11 +23,11 @@ db: dbname: sipb_xen console: - hostname: sipb-xen-console.mit.edu + hostname: xvm-console.mit.edu ip: 18.181.0.134 remote: - hostname: remote.mit.edu + hostname: xvm-remote.mit.edu ip: 18.181.0.188 dns: -- 1.7.9.5