X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FAxcient;h=a450ee8cc33900cfd20dc172e39ce01d5dc9fb3f;hb=44aaba558b2244c52c99d5a4bc50cae05c4ed514;hp=9d80ec2c63635e5963ab4499d22433c18342cfe0;hpb=28cb57384e4ce44b3c31d4e242a69149da7260c2;p=clearscm.git diff --git a/rc/client_scripts/Axcient b/rc/client_scripts/Axcient old mode 100755 new mode 100644 index 9d80ec2..a450ee8 --- a/rc/client_scripts/Axcient +++ b/rc/client_scripts/Axcient @@ -2,24 +2,17 @@ ################################################################################ # # File: $RCSfile: Axcient,v $ -# Revision: $Revision: $ +# Revision: $Revision: 1.0 $ # Description: Client specific start up for Axcient -# Author: Andrew@DeFaria.com -# Created: Tue Aug 13 11:49:46 PDT 2013 +# Author: Andrew@ClearSCM.com +# Created: Fri Nov 8 13:50:01 PST 2013 # Modified: $Date: $ # Language: bash # -# (c) Copyright 2013, Andrew@DeFaria.com, all rights reserved. +# (c) Copyright 2013, ClearSCM, Inc., all rights reserved. # ################################################################################ -function git () { - # Need to reset title since we put the branch name in the titlebar - git=$(which git) +export SMTPHOST=tesla3.axcient.inc +export SMTPFROM=buildandrelease@axcient.com - if [ "$1" = "checkout" ]; then - $git $@ - set_title - else - $git $@ - fi -} # git +append_to_path /opt/axscripts/bin