Merge pull request #562 from tiffanycmeyer13/unidata_20.3.2
Updated About CAVE information for linux, will still need to look int…
This commit is contained in:
commit
21aa132812
4 changed files with 16 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
# Version
|
||||
export AWIPSII_VERSION="20.3.2"
|
||||
export AWIPSII_RELEASE="0.4"
|
||||
export AWIPSII_BUILD_DATE=`date`
|
||||
export AWIPSII_BUILD_SYS=`cat /etc/system-release`
|
||||
# Author
|
||||
export AWIPSII_BUILD_VENDOR="UCAR"
|
||||
export AWIPSII_BUILD_SITE="Unidata"
|
||||
|
|
|
@ -23,6 +23,11 @@ splashLoc=$(find /awips2/repo/awips2/cave -name "splash.bmp")
|
|||
mv splash.bmp $splashLoc
|
||||
echo "replacing splash.bmp"
|
||||
|
||||
#Set CAVE About information
|
||||
echo "0=$AWIPSII_VERSION-$AWIPSII_RELEASE
|
||||
1=$AWIPSII_BUILD_DATE
|
||||
2=$AWIPSII_BUILD_SYS">/awips2/repo/awips2/cave/com.raytheon.viz.product.awips/about.mappings
|
||||
|
||||
# If local source directories, exist, mount them to the container
|
||||
if [ $rpmname = "buildCAVE" ]; then
|
||||
for dn in `cat build/repos| grep -v static| grep -v nativelib |grep -v awips2-rpm`
|
||||
|
@ -72,10 +77,10 @@ if [[ $(whoami) == "awips" ]]; then # local build
|
|||
sudo mv dist/${os_version}-dev dist/${os_version}-dev-${date}
|
||||
sudo su - -c "createrepo -g /awips2/repo/awips2/dist/comps.xml /awips2/repo/awips2/dist/${os_version}-dev-${date}/"
|
||||
sudo chown -R awips:fxalpha dist/${os_version}-dev-${date}
|
||||
# rsync -aP dist/${os_version}-
|
||||
#TM#echo "rsync -aP dist/${os_version}-dev-${date} tiffanym@fserv:/share/awips2/${AWIPSII_VERSION}/linux/"
|
||||
#TM#rsync -aP dist/${os_version}-dev-${date} tiffanym@fserv:/share/awips2/${AWIPSII_VERSION}/linux/
|
||||
rsync -aP dist/${os_version}-dev-${date} awips@edex3:/awips2/dev
|
||||
echo "rsync -aP dist/${os_version}-dev-${date}"
|
||||
#echo "rsync -aP dist/${os_version}-dev-${date} tiffanym@fserv:/share/awips2/${AWIPSII_VERSION}/linux/"
|
||||
#rsync -aP dist/${os_version}-dev-${date} tiffanym@fserv:/share/awips2/${AWIPSII_VERSION}/linux/
|
||||
#rsync -aP dist/${os_version}-dev-${date} awips@edex3:/awips2/dev
|
||||
rsync -aP dist/${os_version}-dev-${date} awips@hardy:/awips2/dev
|
||||
#repomanage -k1 --old dist/${os_version}-dev | xargs rm -f
|
||||
#
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
0=$vizVersion$
|
||||
1=$buildDate$
|
||||
2=$buildTime$
|
||||
3=$buildSystem$
|
||||
0=20.3.2-0.4
|
||||
1=Wed Jun 28 20:21:00 GMT 2023
|
||||
2=CentOS Linux release 7.9.2009 (Core)
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
caveAboutText=Common AWIPS Visualization Environment (CAVE)\n\
|
||||
\n\
|
||||
Developed on the Raytheon viz Environment, released as non-operational\
|
||||
software by UCAR's Unidata Program Center\
|
||||
software by UCAR''s Unidata Program Center\
|
||||
https://www.unidata.ucar.edu/software/awips2 \
|
||||
\n\n\
|
||||
\tBUILD VERSION: {0}\n\
|
||||
\tBUILD DATE: {1}\n\
|
||||
\tBUILD TIME: {2}\n\
|
||||
\tBUILD SYSTEM: {3}
|
||||
\tBUILD SYSTEM: {2}
|
||||
caveVersion=DEVELOPMENT
|
Loading…
Add table
Reference in a new issue