Updated the edex-configuration component.spec file so it didn't remove the logback-test.xml file which is used for the new EDEX modes we create.
This commit is contained in:
parent
3ef5fd41d3
commit
b39d21fb06
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
|
||||
# remove the test logback configuration used for development
|
||||
rm -f ${RPM_BUILD_ROOT}/awips2/edex/conf/logback-test.xml
|
||||
# We don't want to remove the test logback, because it's used for the new modes we create
|
||||
#rm -f ${RPM_BUILD_ROOT}/awips2/edex/conf/logback-test.xml
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue