From 5011529def36b3a10e2cc17a747686a80d41438e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Aug 2014 16:31:35 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index b9a2bed2..e7a22680 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -70,7 +70,7 @@ hosts = -- (o) ` & Docker.docked hosts "i386-git-annex-builder" & Docker.docked hosts "android-git-annex-builder" -- not currently working - ! Docker.docked hosts "armel-git-annex-builder-companion" + & Docker.docked hosts "armel-git-annex-builder-companion" ! Docker.docked hosts "armel-git-annex-builder" & Docker.garbageCollected `period` Daily & Apt.buildDep ["git-annex"] `period` Daily -- cgit v1.3-2-g0d8e From f727bceb7529725f5619ccb05e81731550abb0ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Aug 2014 16:52:32 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index e7a22680..8e9c6bd4 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -71,7 +71,7 @@ hosts = -- (o) ` & Docker.docked hosts "android-git-annex-builder" -- not currently working & Docker.docked hosts "armel-git-annex-builder-companion" - ! Docker.docked hosts "armel-git-annex-builder" + & Docker.docked hosts "armel-git-annex-builder" & Docker.garbageCollected `period` Daily & Apt.buildDep ["git-annex"] `period` Daily -- cgit v1.3-2-g0d8e From f162c629e4934b787e5a0fd6ef0bdc801aa16114 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 12:33:29 -0400 Subject: update --- config-joey.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 8e9c6bd4..57a431ca 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -415,14 +415,13 @@ monsters = -- but do want to track their public keys etc. - /imap server - /pop server - /apache - - (need to re-rsync /srv/web to new kite.kitenet.net - - server before decommissioning) - bitlbee (EOL?) - prosody (EOL?) - ftpd (EOL) - - Pre-transition: - - re-rsync /home (skip ~joey and .pine*) + - cd /home && rsync -4 --progress -avz root@wren.kitenet.net:/home/ ./ --exclude='.pine*' --exclude='joey/*' --delete - - Transition plan: - - on darkstar: offlineimap run & disable cron job @@ -436,10 +435,11 @@ monsters = -- but do want to track their public keys etc. - - point wren.kitenet.net at kite.kitenet.net temporarily - (make real-wren.kitenet.net alias) - - reconfigure errol's email client to use new server - - - re-run offlinimap against new server + - - on darkstar: re-run offlinimap against new server - - test mail - - test virus filtering - - test http://kitenet.net/~kyle/ (user home dirs) + - - test mailman - - migrate user cron jobs -} , host "mouse.kitenet.net" -- cgit v1.3-2-g0d8e