------------------------------ Moved the Installer.ldm to awips2.upc (previously in the nativelib repo) and combined from two separate ldm rpms to one Updated build of LDM to 6.13.14 lookupRPM.sh - added awips2-ldm here and gave it the new path to component.spec rpms/build/x86_64/build.sh - uncomment buildRPM awips2-ldm completely updated the component.spec file to build with the paths we wanted
17 lines
653 B
Text
17 lines
653 B
Text
# Configuration file for "scour" utility, to delete all files older than a
|
|
# specified number of days from specified directories and all their
|
|
# subdirectories. Scour should be invoked periodically by cron(8).
|
|
#
|
|
# Each line consists of a directory, a retention time (in days), and
|
|
# (optionally) a shell filename pattern for files to be deleted. If no
|
|
# filename pattern is specified, "*" representing all files not beginning
|
|
# with "." is assumed.
|
|
#
|
|
# A hash in column one indicates a comment line.
|
|
|
|
# Directory Days-old Optional-filename-pattern
|
|
|
|
#~ldm/data/dir1 2
|
|
#~ldm/data/dir2 2 *.foo
|
|
/awips2/ldm/logs 2 *.stats
|
|
/awips2/data_store 1
|