Issue #1872 - Merge 2002; ensure that there are not any .gitignore files in webapps or the esb deployment
Change-Id: I9d7a177b75ca1e4562cf73ebfee3fc15d99bc78e Former-commit-id: f90a3d048154641a2900fbe21de3e96db9f87aff
This commit is contained in:
parent
b0122e794e
commit
11c93f548e
1 changed files with 8 additions and 1 deletions
|
@ -72,6 +72,13 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
popd > /dev/null
|
||||
|
||||
# remove any .gitignore files
|
||||
# currently, the ebxml webapp includes a .gitignore file
|
||||
/usr/bin/find ${RPM_BUILD_ROOT}/awips2/edex -name .gitignore -exec rm -f {} \;
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
INSTALLER_RPM="%{_baseline_workspace}/rpms"
|
||||
# copy the service script.
|
||||
EDEX_BASE="${INSTALLER_RPM}/awips2.edex/Installer.edex-base"
|
||||
|
@ -152,4 +159,4 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||
%dir /awips2/edex/bin
|
||||
/awips2/edex/bin/*.sh
|
||||
|
||||
%attr(744,root,root) /etc/init.d/*
|
||||
%attr(744,root,root) /etc/init.d/*
|
||||
|
|
Loading…
Add table
Reference in a new issue