Merge "Issue #1537 - fixed the edex-environment build" into development
Former-commit-id:7fb59536c9
[formerly36272799c6
] [formerlyb5b1ea923a
[formerly aa7edb8004479dd71fb3863392ec78eb6830e657]] Former-commit-id:b5b1ea923a
Former-commit-id:fa22dd1557
This commit is contained in:
commit
28c56766fb
1 changed files with 3 additions and 2 deletions
|
@ -112,10 +112,11 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
_QPID_VERSION="0.7"
|
||||
RPM_PROJECT="%{_baseline_workspace}/rpms"
|
||||
POSTGRES_INITD="${RPM_PROJECT}/awips2.core/Installer.postgresql/scripts/init.d/edex_postgres"
|
||||
QPID_INITD="${RPM_PROJECT}/awips2.qpid/SOURCES/qpidd"
|
||||
QUEUE_SH="${RPM_PROJECT}/awips2.qpid/SOURCES/queueCreator.sh"
|
||||
QPID_INITD="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/qpidd"
|
||||
QUEUE_SH="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/queueCreator.sh"
|
||||
EDEX_INITD="${RPM_PROJECT}/awips2.edex/Installer.edex-base/scripts/init.d/edex_camel"
|
||||
HTTPD_PYPIES_INITD="${RPM_PROJECT}/awips2.core/Installer.httpd-pypies/configuration/etc/init.d/httpd-pypies"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue