Ignore:
Timestamp:
2022-09-14T11:47:54+12:00 (19 months ago)
Author:
kjdon
Message:

dec nightly now builds teh collections as gs3 collections. Test for existence of collectionConfig (as bibtex supp collection hasn't been converted, and the lack of collectionConfig breaks the nightly task), and then pass -site and -collectdir options to force gs3 processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/derk/resources/build.sh

    r19131 r36610  
    1414    cd $opwd
    1515
    16     if [ -d "collect/$coll/etc" ]; then
     16    if [ -e "collect/$coll/etc/collectionConfig.xml" ]; then
    1717        if [ ! -e "collect/$coll/index" ]; then
    1818            echo
     
    2020            echo
    2121
    22             import.pl --removeold $coll && \
    23             buildcol.pl --removeold $coll && \
     22            import.pl -site localsite -collectdir `pwd`/collect -removeold $coll && \
     23            buildcol.pl -site localsite -collectdir `pwd`/collect -removeold $coll && \
    2424            rm -rf collect/$coll/index collect/$coll/archives && \
    2525            mv collect/$coll/building collect/$coll/index || exit 1
Note: See TracChangeset for help on using the changeset viewer.