From 891d9e223e82ef6ca3d91f7a8e49f5aebb059187 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Oct 2007 18:56:43 +0100 Subject: [PATCH] magrathea wip --- debian/changelog | 1 + hosts/magrathea/cfg | 4 ++-- hosts/magrathea/install-on-magrathea | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100755 hosts/magrathea/install-on-magrathea diff --git a/debian/changelog b/debian/changelog index 73985ab..7cd699e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ autopkgtest (1.1.1~) unstable; urgency=low * allow suppresspackages and blacklist lists to contain more information after some whitespace * adt-openbugs-*: new machinery works with debbugs + * hosts/magrathea/*: work-in-progress configuration -- diff --git a/hosts/magrathea/cfg b/hosts/magrathea/cfg index 8e13acf..55c42c9 100644 --- a/hosts/magrathea/cfg +++ b/hosts/magrathea/cfg @@ -9,8 +9,8 @@ salutation="Ian" from="$salutation Jackson " disable=false desthttphead=http://www.chiark.greenend.org.uk/~ijackson/ -destrsynchead=ijackson@chiark.greenend.org.uk:public-html/ -destdirtail=autopkgtest-testing +destrsynchead=ijackson@login.chiark.greenend.org.uk:public-html/ +destdirtail=autopkgtest/testing adtvirt_extra_opts=--userv upload_if_ok=false upload_if_notests=true diff --git a/hosts/magrathea/install-on-magrathea b/hosts/magrathea/install-on-magrathea new file mode 100755 index 0000000..c299796 --- /dev/null +++ b/hosts/magrathea/install-on-magrathea @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +cd /work/AutomatedTesting/autopkgtest--main/ +rsync -a . magrathea:autopkgtest/. -- 2.30.2