Issue #2002 - ensure that there are not any .gitignore files in webapps or the esb deployment
Former-commit-id:9dd01b7aa4
[formerly07408178a8
] [formerly5811585229
] [formerly41f4075e6f
[formerly5811585229
[formerly 3bbc0996f4e5e6ab9d11a7481aff39d6a9ee0044]]] Former-commit-id:41f4075e6f
Former-commit-id: 023dd6e87a45202d9e0ada7c2ab1ebac1e398460 [formerlyaabc22cc2e
] Former-commit-id:edaa5339d7
This commit is contained in:
parent
54bde542cd
commit
cdbb3688b8
1 changed files with 8 additions and 1 deletions
|
@ -73,6 +73,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"
|
||||
|
@ -153,4 +160,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