Merge pull request #552 from tiffanycmeyer13/unidata_20.3.2
Unidata 20.3.2
This commit is contained in:
commit
742cf9f588
7 changed files with 16 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Version
|
||||
export AWIPSII_VERSION="20.3.2"
|
||||
export AWIPSII_RELEASE="0.3"
|
||||
export AWIPSII_RELEASE="0.4"
|
||||
# Author
|
||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||
export AWIPSII_BUILD_SITE="Unidata"
|
||||
|
|
|
@ -53,3 +53,4 @@ com.raytheon.uf.viz.ncep.perspective.feature
|
|||
com.raytheon.uf.viz.d2d.skewt.feature
|
||||
com.raytheon.uf.viz.server.edex.feature
|
||||
com.raytheon.uf.viz.dataplugin.nswrc.feature
|
||||
edu.wisc.ssec.cimss.viz.probsevere.feature
|
||||
|
|
|
@ -301,6 +301,9 @@
|
|||
<antcall target="p2.build.repo">
|
||||
<param name="feature" value="com.raytheon.uf.viz.alertview.feature" />
|
||||
</antcall>
|
||||
<antcall target="p2.build.repo">
|
||||
<param name="feature" value="edu.wisc.ssec.cimss.viz.probsevere.feature" />
|
||||
</antcall>
|
||||
<antcall target="cleanup.features" />
|
||||
</target>
|
||||
|
||||
|
|
|
@ -245,6 +245,10 @@
|
|||
id="gov.noaa.nws.ost.viz.stq.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="edu.wisc.ssec.cimss.viz.probsevere.feature"
|
||||
version="0.0.0"/>
|
||||
|
||||
<requires>
|
||||
<import feature="com.raytheon.uf.viz.application.feature" version="1.0.0.qualifier"/>
|
||||
</requires>
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
<feature id="com.raytheon.uf.viz.ffmp.feature"/>
|
||||
<feature id="com.raytheon.uf.viz.scan.feature"/>
|
||||
<feature id="com.raytheon.uf.viz.fssobs.feature"/>
|
||||
<feature id="edu.wisc.ssec.cimss.viz.probsevere.feature"/>
|
||||
<feature id="com.raytheon.uf.viz.satellite.goesr.feature" installMode="root"/>
|
||||
</features>
|
||||
|
||||
|
|
|
@ -313,6 +313,9 @@
|
|||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.nswrc.radar.feature" />
|
||||
</antcall>
|
||||
<antcall target="build">
|
||||
<param name="feature" value="edu.wisc.ssec.cimss.edex.probsevere.feature" />
|
||||
</antcall>
|
||||
<!-- SPECIAL CASE -->
|
||||
<if>
|
||||
<equals arg1="${lightning}" arg2="false" />
|
||||
|
|
|
@ -214,6 +214,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir /awips2/edex/bin
|
||||
/awips2/edex/bin/*.sh
|
||||
|
||||
%dir /awips2/edex/data/ndm
|
||||
/awips2/edex/data/ndm/*
|
||||
|
||||
%attr(744,root,root) /etc/init.d/edex_camel
|
||||
%attr(744,root,root) /etc/watchdog.d/edex_camel_watchdog.sh
|
||||
%attr(755,awips,fxalpha) /awips2/dev/updateNDM.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue