18.2.1 naming update

This commit is contained in:
mjames-upc 2019-06-24 11:12:13 -06:00
parent a79379fdd4
commit e73b51cc3f
9 changed files with 11 additions and 13 deletions

View file

@ -1,7 +1,7 @@
sudo: required
branches:
- unidata_18.1.1
- unidata_18.2.1
language: ruby

View file

@ -2,7 +2,7 @@
[https://www.unidata.ucar.edu/software/awips/](https://www.unidata.ucar.edu/software/awips/)
[![GitHub release](https://img.shields.io/github/release/Unidata/awips2/all.svg)]() [![Travis Badge](https://travis-ci.org/Unidata/awips2.svg?branch=unidata_18.1.1)](https://travis-ci.org/Unidata/awips2)
[![GitHub release](https://img.shields.io/github/release/Unidata/awips2/all.svg)]() [![Travis Badge](https://travis-ci.org/Unidata/awips2.svg?branch=unidata_18.2.1)](https://travis-ci.org/Unidata/awips2)
AWIPS (formerly know as AWIPS II or AWIPS2) is a meteorological display and analysis package developed by the [National Weather Service](http://www.nws.noaa.gov/ost/SEC/AE/) and [Raytheon](http://www.raytheon.com/capabilities/products/awips/) for operational forecasting. AWIPS is a Java application consisting of a data-rendering client ([CAVE](http://unidata.github.io/awips2/install/install-cave/), which runs on Red Hat/CentOS Linux, macOS, and Windows), and a backend data server ([EDEX](http://unidata.github.io/awips2/install/install-edex), which runs on x86_64 Red Hat/CentOS 6 and 7).

View file

@ -94,6 +94,7 @@ function server_prep {
check_limits
check_netcdf
check_edex
check_epel
}
function cave_prep {

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Version
export AWIPSII_VERSION="18.1.1"
export AWIPSII_RELEASE="7"
export AWIPSII_VERSION="18.2.1"
export AWIPSII_RELEASE="1"
# Author
export AWIPSII_BUILD_VENDOR="UCAR"
export AWIPSII_BUILD_SITE="Unidata"

View file

@ -39,7 +39,7 @@ fi
# Run Docker AWIPS ADE Image
#
imgname=unidata/awips-ade
imgvers=${AWIPSII_VERSION}
imgvers=18.1.1
sudo docker run --entrypoint=/bin/bash --privileged -d -ti -e "container=docker" $dirs $imgname:$imgvers-$os_version
dockerID=$(sudo docker ps | grep awips-ade | awk '{print $1}' | head -1 )
sudo docker logs $dockerID

View file

@ -37,7 +37,7 @@
-XX:G1MixedGCLiveThresholdPercent=25
-XX:G1OldCSetRegionThresholdPercent=25
-XX:G1HeapWastePercent=5
-DvizVersion=18.1.1
-DvizVersion=18.2.1
-DbuildSystem=RHEL/Eclipse
-XX:SoftRefLRUPolicyMSPerMB=1000
</vmArgs>

View file

@ -4,7 +4,7 @@
Component |Version|Description
--------------|:-----:|----------
Python |2.7.13| Dynamic programming language
python-awips | 18.1.1 | Python AWIPS Data Access Framework
python-awips | 18.1.7 | Python AWIPS Data Access Framework
Cycler|0.10.0|Python library for composable style cycles
Cython|0.28.3|Superset of the Python programming language, designed to give C-like performance with code that is mostly written in Python
dateutil|2.7.3|Python extension to the standard datetime module

View file

@ -1,10 +1,7 @@
**************************************************
* AWIPS II EDEX ESB Platform *
* Version: 18.1.1 *
* Raytheon Company *
* Unidata AWIPS EDEX ESB Platform *
* Version: 18.2.1 *
* UCAR Unidata Program Center *
*------------------------------------------------*
* NON-OPERATIONAL *
* *
* *
**************************************************

View file

@ -4,7 +4,7 @@ site_description: Documentation for all things AWIPS.
site_author: mjames@ucar.edu
theme: unidata
repo_url: https://github.com/Unidata/awips2
edit_uri: edit/unidata_18.1.1/docs/
edit_uri: edit/unidata_18.2.1/docs/
site_favicon: images/favicon.ico
remote_name: unidata