Ignore:
Timestamp:
09/14/06 16:21:09 (18 years ago)
Author:
smasson
Message:

update getsaxo + revision number in SRC tar file + improve exit status of /mergeonline_help.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r177 r179  
    33# update : 
    44# $Id$ 
     5# smasson Thu Sep 14 15:19:23 CEST 2006 
     6# add the revision number in the name of SAXO_SRC_*.tar.gz 
    57# smasson Wed Sep 13 14:18:02 CEST 2006 
    68# add the directory-overview.html from dir-files.html in idldoc_html_output 
     
    105107# 
    106108ndate=`date +%Y%m%d` 
     109rev=$( svn info | grep -i revision | awk '{print $NF}' ) 
    107110# memorize current directory 
    108111memopwd=$(pwd) # should be <working space>/SRC/Documentation/xmldoc 
     
    390393# 
    391394    cd ${memopwd}/../../.. 
    392     tar czf ${localtarbase}/SAXO_SRC_${ndate}.tar.gz --exclude .svn SRC 
     395    tar czf ${localtarbase}/SAXO_SRC_${ndate}r${rev}.tar.gz --exclude .svn SRC 
    393396# 
    394397#   informations 
Note: See TracChangeset for help on using the changeset viewer.