chiark / gitweb /
gitk: use only template
[ian-dotfiles.git] / dot / configs / setenvir
index 059621b314950660b1b69bf5e52ddad054c98c90..42b58aee54644382ba44037fa9498a889a99a184 100644 (file)
@@ -9,6 +9,11 @@ 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
@@ -58,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