# HG changeset patch # User Dirk Olmes # Date 1440147763 -7200 # Node ID 60c4b60b2945027e72d8a6dd1bd8b758cc87bdc3 # Parent 5cc3c67c9d3ff6842826cb39c5a91faedd4bdf1f define the build number that is used in our deployment packages diff -r 5cc3c67c9d3f -r 60c4b60b2945 zshrc-quad64 --- a/zshrc-quad64 Fri Aug 21 04:18:13 2015 +0200 +++ b/zshrc-quad64 Fri Aug 21 11:02:43 2015 +0200 @@ -5,6 +5,7 @@ . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven +export BUILD_NUMBER=0000 export MANPAGER=most export PATH="$HOME/bin:${PATH}" export PGUSER=postgres