X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FAxcient;h=a450ee8cc33900cfd20dc172e39ce01d5dc9fb3f;hb=476e89577a178ee0479a5908772c6271347dae29;hp=9d80ec2c63635e5963ab4499d22433c18342cfe0;hpb=8db79df9b3391ed2aef511352baad70e74758934;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