Updated the checkFileTime.pl script to use the NWS version of notifyAWIPS instead of Unidatas.

TO DO:
Change this back to Unidata's version when we have python-awips working
This commit is contained in:
ucar-tmeyer 2022-10-18 18:44:10 -07:00
parent 1aebac3c5b
commit 218e3e4fdc
2 changed files with 1293 additions and 1 deletions

1290
dist/comps.xml vendored Executable file

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,9 @@ foreach $path(@paths)
print "\t$syscmd\n";
`$syscmd`;
$syscmd=" /awips2/python/bin/python /awips2/ldm/dev/notifyAWIPS2-unidata.py $outPath/$file";
# $syscmd=" /awips2/python/bin/python /awips2/ldm/dev/notifyAWIPS2-unidata.py $outPath/$file";
$syscmd=" /awips2/python/bin/python /awips2/fxa/bin/src/qpidNotify/qpidNotify.py $outPath/$file";
print "\t$syscmd\n";
`$syscmd`;
}