Changeset 37367 for main


Ignore:
Timestamp:
2023-02-28T13:52:01+13:00 (14 months ago)
Author:
kjdon
Message:

save the log to the logs folder. Also, because we are running this one on 64bit now, use dec-caveat-x64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs-release-builder/create-dec-caveat.sh

    r36225 r37367  
    11#!/bin/bash
    22
    3 echo "RUNNING DEC (DOCUMENTED EXAMPLES) CAVEAT at " `date` > dec-out.txt
    4 env >> dec-out.txt
    5 cd /gs-release-builder/envi/bin
    6 ./envi.pl dec-caveat $*
     3echo "RUNNING DEC (DOCUMENTED EXAMPLES) CAVEAT at " `date` > logs/dec-out.txt
     4env >> logs/dec-out.txt
     5cd /greenstone/gs-release-builder/envi/bin
     6./envi.pl dec-caveat-x64 $*
Note: See TracChangeset for help on using the changeset viewer.