Added code to reopen file at last place
[clearscm.git] / rc / client_scripts / Axcient
old mode 100755 (executable)
new mode 100644 (file)
index 9d80ec2..a450ee8
@@ -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