Updated rsync.dirs and build.sh
- added build/ to pathnames - because of the new way the localization directory is set up, need to rsync in the directories within localization Updated function name to build the localization RPM's To Change Still: The building of the localization RPM will need to be changed so we just build a generic awips2-localization rpm that has configs for all sites, instead of one per site.
This commit is contained in:
parent
1323a1be8c
commit
502579c902
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
edexOsgi/* cave/* localization
|
edexOsgi/* cave/* localization/*
|
||||||
javaUtilities/* rpms pythonPackages
|
javaUtilities/* rpms pythonPackages
|
||||||
deploy.edex
|
build/deploy.edex
|
||||||
deploy.edex.awips2
|
build/deploy.edex.awips2
|
||||||
deploy.ignite.awips2
|
build/deploy.ignite.awips2
|
||||||
../awips2-nativelib/*
|
../awips2-nativelib/*
|
||||||
../awips2-cimss/edex/*
|
../awips2-cimss/edex/*
|
||||||
../awips2-cimss/features/*
|
../awips2-cimss/features/*
|
||||||
|
|
|
@ -163,7 +163,7 @@ function build_server(){
|
||||||
# buildRPM "awips2-tools
|
# buildRPM "awips2-tools
|
||||||
buildRPM "awips2-gfesuite"
|
buildRPM "awips2-gfesuite"
|
||||||
build_pypies
|
build_pypies
|
||||||
buildLocalization
|
buildLocalizationRPMs
|
||||||
|
|
||||||
buildRPM "awips2-alertviz"
|
buildRPM "awips2-alertviz"
|
||||||
buildRPM "awips2-aviation-shared"
|
buildRPM "awips2-aviation-shared"
|
||||||
|
|
Loading…
Add table
Reference in a new issue