Issue #2297 - fixing build scripts
Former-commit-id:94cd37acf6
[formerly 3725a48cbdec19842d7c4e3facf737fc507e69dc] Former-commit-id:193f06f545
This commit is contained in:
parent
5369a757ce
commit
f5a4aa3fd8
2 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,7 @@ if [ "${1}" = "-delta" ]; then
|
|||
fi
|
||||
|
||||
if [ "${1}" = "-full" ]; then
|
||||
buildRPM "awips2-common-base"
|
||||
buildRPM "awips2"
|
||||
buildCAVE
|
||||
if [ $? -ne 0 ]; then
|
||||
|
@ -251,9 +252,11 @@ if [ "${1}" = "-full" ]; then
|
|||
buildRPM "awips2-httpd-pypies"
|
||||
buildJava
|
||||
buildRPM "awips2-groovy"
|
||||
buildRPM "awips2-ldm"
|
||||
buildRPM "awips2-postgres"
|
||||
buildRPM "awips2-pgadmin3"
|
||||
buildRPM "awips2-tools"
|
||||
buildRPM "awips2-edex-environment"
|
||||
buildRPM "awips2-openfire"
|
||||
buildRPM "awips2-httpd-collaboration"
|
||||
|
||||
|
|
|
@ -174,6 +174,7 @@ if [ "${1}" = "-delta" ]; then
|
|||
fi
|
||||
|
||||
if [ "${1}" = "-full" ]; then
|
||||
buildRPM "awips2-common-base"
|
||||
buildRPM "awips2"
|
||||
buildCAVE
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue