Add copy of CAVE only rpms to fserv to script
This commit is contained in:
parent
d11bb37360
commit
6fcf85f384
1 changed files with 3 additions and 1 deletions
4
dist/create_cave_release.pl
vendored
4
dist/create_cave_release.pl
vendored
|
@ -3,7 +3,7 @@
|
||||||
$pwd=`pwd`;
|
$pwd=`pwd`;
|
||||||
chomp $pwd;
|
chomp $pwd;
|
||||||
|
|
||||||
$dir="el7-dev-20230216";
|
$dir="el7-dev-20230418";
|
||||||
$baseDir="$dir-cave";
|
$baseDir="$dir-cave";
|
||||||
|
|
||||||
`rm -rf $baseDir`;
|
`rm -rf $baseDir`;
|
||||||
|
@ -33,3 +33,5 @@ foreach $line(@lines)
|
||||||
|
|
||||||
`sudo su - -c \"createrepo -g $pwd/comps-cave.xml $pwd/$baseDir\"`;
|
`sudo su - -c \"createrepo -g $pwd/comps-cave.xml $pwd/$baseDir\"`;
|
||||||
`sudo chown -R awips:fxalpha $baseDir`;
|
`sudo chown -R awips:fxalpha $baseDir`;
|
||||||
|
|
||||||
|
`rsync -aP $pwd/$baseDir tiffanym\@fserv:/share/awips2/20.3.2/linux/rpms/cave`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue