From: Ian Jackson Date: Thu, 25 Oct 2007 17:56:43 +0000 (+0100) Subject: magrathea wip X-Git-Tag: converted-from-bzr~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=891d9e223e82ef6ca3d91f7a8e49f5aebb059187;p=autopkgtest.git magrathea wip --- 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/.