Skip to content

Commit

Permalink
Merge pull request #533 from tiffanycmeyer13/unidata_20.3.2
Browse files Browse the repository at this point in the history
Unidata 20.3.2 build updates
  • Loading branch information
srcarter3 authored Apr 21, 2023
2 parents 49d27fc + 6fcf85f commit 9922aae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 241 deletions.
2 changes: 1 addition & 1 deletion build/buildEnvironment.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Version
export AWIPSII_VERSION="20.3.2"
export AWIPSII_RELEASE="0.2"
export AWIPSII_RELEASE="0.3"
# Author
export AWIPSII_BUILD_VENDOR="UCAR"
export AWIPSII_BUILD_SITE="Unidata"
Expand Down
4 changes: 3 additions & 1 deletion dist/create_cave_release.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$pwd=`pwd`;
chomp $pwd;

$dir="el7-dev-20230216";
$dir="el7-dev-20230418";
$baseDir="$dir-cave";

`rm -rf $baseDir`;
Expand Down Expand Up @@ -33,3 +33,5 @@

`sudo su - -c \"createrepo -g $pwd/comps-cave.xml $pwd/$baseDir\"`;
`sudo chown -R awips:fxalpha $baseDir`;

`rsync -aP $pwd/$baseDir tiffanym\@fserv:/share/awips2/20.3.2/linux/rpms/cave`;

This file was deleted.

This file was deleted.

0 comments on commit 9922aae

Please sign in to comment.