Merge pull request #395 from tiffanycmeyer13/unidata_18.2.1
AWIPS Version 18.2.1-3 File Updates and fixing NDM rpm
This commit is contained in:
commit
97a309da0a
3 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Version
|
||||
export AWIPSII_VERSION="18.2.1"
|
||||
export AWIPSII_RELEASE="2"
|
||||
export AWIPSII_RELEASE="3"
|
||||
# Author
|
||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||
export AWIPSII_BUILD_SITE="Unidata"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
-XX:G1MixedGCLiveThresholdPercent=25
|
||||
-XX:G1OldCSetRegionThresholdPercent=25
|
||||
-XX:G1HeapWastePercent=5
|
||||
-DcaveVersion=18.2.1-1
|
||||
-DcaveVersion=18.2.1-3
|
||||
-DbuildSystem=RHEL/Eclipse
|
||||
-XX:SoftRefLRUPolicyMSPerMB=1000
|
||||
</vmArgs>
|
||||
|
@ -59,12 +59,10 @@
|
|||
</win>
|
||||
</launcher>
|
||||
|
||||
|
||||
<vm>
|
||||
<windows include="true">jdk1.7.0</windows>
|
||||
</vm>
|
||||
|
||||
|
||||
<plugins>
|
||||
</plugins>
|
||||
|
||||
|
|
|
@ -61,6 +61,20 @@ mkdir -p %{_build_root}/awips2/edex/data/share
|
|||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
mkdir -p %{_build_root}/awips2/edex/data/ndm
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p %{_build_root}/awips2/dev
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p %{_build_root}/awips2/dev/logs
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/programs/qpidNotify.py ${RPM_BUILD_ROOT}/awips2/edex/bin/
|
||||
|
||||
|
@ -194,6 +208,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir /awips2/edex/bin
|
||||
/awips2/edex/bin/*.sh
|
||||
/awips2/edex/bin/scriptLauncher
|
||||
#%dir /awips2/dev/logs
|
||||
%attr(755,awips,fxalpha) /awips2/edex/bin/qpidNotify.py
|
||||
%attr(755,awips,fxalpha) /awips2/dev/updateNDM.pl
|
||||
%attr(755,awips,fxalpha) /awips2/dev/logs/updateNDM.log
|
||||
%attr(744,root,root) /etc/init.d/edex_camel
|
||||
|
|
Loading…
Add table
Reference in a new issue