chiark / gitweb /
gitk: use only template
[ian-dotfiles.git] / dot / configs / setenvir
index 301c8a27c4ec762f2463924c4fbbd5129e2837ee..42b58aee54644382ba44037fa9498a889a99a184 100644 (file)
@@ -7,10 +7,19 @@ PATH=$HOME/personal/linux-i386/bin:$HOME/personal/scripts/bin
 CVS_RSH=ssh
 
 
+case "$(hostname -f)" in
+*.xensource.com) ;;
+       GIT_COMMITTER_EMAIL=Ian.Jackson@eu.citrix.com
+       export GIT_COMMITTER_EMAIL
+       NNTPAUTH="md5cookie1way ijacksonxen"
+       NNTPSERVER=tunnel.chiark.greenend.org.uk
+       export NNTPAUTH NNTPSERVER
+*)
+        EMAIL=ijackson@chiark.greenend.org.uk
+        DEBEMAIL=ijackson@chiark.greenend.org.uk
+        ;;
+esac
 
-DEBEMAIL=ijackson@chiark.greenend.org.uk
-EMAIL=ijackson@chiark.greenend.org.uk
-export DEBEMAIL EMAIL
 
 
 
@@ -54,6 +63,20 @@ export PAGER PERLLIB PS1 TRNINIT WWW_HOME
 LVM_SUPPRESS_FD_WARNINGS=1
 export LVM_SUPPRESS_FD_WARNINGS
 
+if test -d /mariner64; then
+       XEN_COMPILE_ARCH=x86_32
+       export XEN_COMPILE_ARCH
+fi
+
+
+if [ "x$debian_chroot" = x ] && test -f /etc/debian_chroot; then
+       read </etc/debian_chroot debian_chroot
+       debian_chroot="($debian_chroot)"
+       export debian_chroot
+fi
+
+
+
 unset ignoreeof
 
 umask 002