Changeset 3 for trunk/biblehal-popall


Ignore:
Timestamp:
Apr 1, 2011, 12:01:42 PM (13 years ago)
Author:
g7moreau
Message:
  • Add dep on /etc/biblehal/biblehal.conf
  • Detele dep on LEGI laboratory name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/biblehal-popall

    r2 r3  
    22#
    33# gabriel 2010/06/03
     4# gabriel 2011/04/01 update to biblehal
    45
    56export PATH="/bin:/usr/bin:/usr/lib/biblehal"
    67
    78
     9if [ -f /etc/biblehal/biblehal.conf ]
     10then
     11   . /etc/biblehal/biblehal.conf
     12fi
     13
     14if "z${LABORATORY}" = "z" ]
     15then
     16   echo "LABORATORY must be configure in /etc/biblehal/biblehal.conf"
     17   exit 1
     18fi
     19
     20
    821for year in 1990 1994 1995 1996 1997 $(seq 1999 $(date +%Y))
    922do
    10    biblehal-pop $year
     23   biblehal-pop ${LABORATORY} ${year}
    1124   
    12    biblehal-explode $year
     25   biblehal-explode ${year}
    1326done
    14 
Note: See TracChangeset for help on using the changeset viewer.