source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/FULL-REBUILD.sh@ 34968

Last change on this file since 34968 was 34968, checked in by anupama, 3 years ago
  1. Adding Dr Bainbridge's PDF deoptimizing scripts to SVN, since they've been tested for several dlheritage batch uploads. Also committing some echo statements following Dr Bainbridge's example in IMPORT.sh, so that long running scripts can be run as nohup since I've now successfully been able to follow Dr Bainbridge's nohup commands with a new dlheritage upload batch and the scripts ran to completion even when I logged out.
File size: 410 bytes
Line 
1#!/bin/bash
2
3echo "Started full rebuild (import.pl and buildcol.pl): `date`" > build-stats.txt \
4 && ./IMPORT.sh \
5 && ./BUILDCOL.sh \
6 && echo " + started deoptimize-all-pdfs: `date`" >> build-stats.txt \
7 && ./DEOPTIMIZE-ALL-BUILDING-ASSOC-PDF-FILE.sh \
8 && echo " + finished deoptimize-all-pdfs: `date`" >> build-stats.txt \
9 && ./ACTIVATE.sh \
10 && echo "Finished build `date`" >> build-stats.txt
Note: See TracBrowser for help on using the repository browser.