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:
parent
1aebac3c5b
commit
218e3e4fdc
2 changed files with 1293 additions and 1 deletions
1290
dist/comps.xml
vendored
Executable file
1290
dist/comps.xml
vendored
Executable file
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,9 @@ foreach $path(@paths)
|
||||||
print "\t$syscmd\n";
|
print "\t$syscmd\n";
|
||||||
`$syscmd`;
|
`$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";
|
print "\t$syscmd\n";
|
||||||
`$syscmd`;
|
`$syscmd`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue