diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 14:34:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 14:34:16 -0400 |
| commit | ebeb3cb8fa8f81cac2c3b9eea3d5216c0f3b852f (patch) | |
| tree | 1342a480ce0376c49e70568994adf452026126fe /config-joey.hs | |
| parent | 8bea99ea0ec7f46994f372b3e4c7c2b9624bd7d8 (diff) | |
| parent | e6f13a9af9c4253a1f41c3949ee78ddcc4e7f8a4 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs index b9a2bed2..57a431ca 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -70,8 +70,8 @@ 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" + & 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 @@ -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" |
