#!/bin/bash set -e . infra/template case "$(hostname -f)" in *.xensource.com) email="ian.jackson@eu.citrix.com" cache=git://git-cache.xs.citrite.net:9419 othercache=drall:9419 ;; *) cache=git://localhost:9419 email=ijackson@chiark.greenend.org.uk ;; esac cat <