Changeset 357 for trunk


Ignore:
Timestamp:
04/28/08 10:44:56 (16 years ago)
Author:
pinsard
Message:

add wiki update in savesaxo.sh

Location:
trunk/SRC/Documentation/xmldoc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/makefile

    r356 r357  
    88# 
    99# update : 
    10 # ++ wiki production not ready 
    1110# $Id$ 
    1211# fplod 2008-04-16T10:06:39Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    3938DIRWIKI = \ 
    4039./wiki/ 
     40 
     41.PHONY : \ 
     42all \ 
     43clean \ 
     44dbkcheck \ 
     45help \ 
     46html \ 
     47tracwiki 
    4148 
    4249help : 
  • trunk/SRC/Documentation/xmldoc/savesaxo.sh

    r351 r357  
    33# update : 
    44# $Id$ 
     5# fplod 2008-04-28T08:40:23Z aedon.locean-ipsl.upmc.fr (Darwin) 
     6# add wiki update 
    57# fplod 2008-04-16T12:23:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
    68# add wiki production 
     
    107109# 
    108110docompileall=0 
    109 dohtml=1 
     111dohtml=0 
     112dowiki=1 
    110113dooldtest=0 
    111114doidlwavedoc=0 
     
    121124doDTAidris=0 
    122125dodocdownload=0 
     126dowikiupdate=1 
    123127# 
    124128case $( whoami ) in 
     
    210214then 
    211215# 
    212 # redo the html and wiki files 
     216# redo the html files 
    213217# 
    214218    cd ${memopwd} 
    215219    make clean 
    216     make all 
    217     make dbkcheck 
     220    make html  
     221fi 
     222#------------------------------------------------------------------ 
     223if [ ${dowiki} -eq 1 ] 
     224then 
     225# 
     226# redo the html files 
     227# 
     228    cd ${memopwd} 
     229    make clean  
     230    make tracwiki 
    218231fi 
    219232#------------------------------------------------------------------ 
     
    651664    rm -rf /tmp/download_${$}/ 
    652665fi 
     666# 
     667# update wiki pages 
     668if [ ${dowikiupdate} -eq 1 ] 
     669then 
     670    # uncomment this following line if you want to start from scratch 
     671    # ssh saxo@forge.ipsl.jussieu.fr mkdir -p /tmp/wiki/saxo 
     672    rsync -av --exclude=".DS_Store"  --exclude=".svn" ./wiki/ saxo@forge.ipsl.jussieu.fr:/tmp/wiki/saxo 
     673    ssh saxo@forge.ipsl.jussieu.fr trac-admin /ipsl/forge/projets/saxo/trac wiki load /tmp/wiki/saxo 
     674    # uncomment this following line if you want to leave without any trace 
     675    # ssh saxo@forge.ipsl.jussieu.fr rm -rf /tmp/wiki/saxo 
     676fi 
    653677#------------------------------------------------------------------ 
    654678#------------------------------------------------------------------ 
     
    658682[ -f job_data_idris_$$ ] && rm -f job_data_idris_$$ 
    659683# 
    660 exit 
    661 # 
     684exit  
  • trunk/SRC/Documentation/xmldoc/wiki/GetSaxo

    r355 r357  
    6666==== Regular users ==== 
    6767 
    68 The '''complete''' latest revision (source + tests data files: 772 Mb) can be checked out with the following command executed in your ${HOME}: 
     68The '''complete''' latest revision (source + tests data files: 773 Mb) can be checked out with the following command executed in your ${HOME}: 
    6969 
    7070{{{ 
     
    7575}}} 
    7676 
    77 The latest revision of the '''source files''' (45 Mb) can be checked out with the following command: 
     77The latest revision of the '''source files''' (46 Mb) can be checked out with the following command: 
    7878 
    7979{{{ 
Note: See TracChangeset for help on using the changeset viewer.