[cig-commits] [commit] release_1.2: hardcoding release version in submit to be independent of git (672dc97)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Jan 13 13:53:58 PST 2015


Repository : https://github.com/geodynamics/axisem

On branch  : release_1.2
Link       : https://github.com/geodynamics/axisem/compare/0000000000000000000000000000000000000000...672dc979c8e3fe7d730aa641ba6f1b469329b573

>---------------------------------------------------------------

commit 672dc979c8e3fe7d730aa641ba6f1b469329b573
Author: martinvandriel <vandriel at erdw.ethz.ch>
Date:   Tue Jan 13 22:52:05 2015 +0100

    hardcoding release version in submit to be independent of git


>---------------------------------------------------------------

672dc979c8e3fe7d730aa641ba6f1b469329b573
 SOLVER/submit.csh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/SOLVER/submit.csh b/SOLVER/submit.csh
index 189bdfe..5a5fad7 100755
--- a/SOLVER/submit.csh
+++ b/SOLVER/submit.csh
@@ -39,8 +39,7 @@ if ( $netcdf_requested == 'true' && $netcdf_compiled != 'true') then
   exit
 endif
 
-set gitversion = `git describe --dirty --abbrev=4 --always --tags`
-echo $gitversion "GIT_VERSION"  > runinfo
+echo "v1.2-release GIT_VERSION"  > runinfo
 set username = `whoami`
 echo $username "USER_NAME" >> runinfo
 set hostname = `hostname`



More information about the CIG-COMMITS mailing list