deploy cleanup not removing all unmodified files 23/8623/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Jan 2018 22:00:23 +0000 (17:00 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Jan 2018 22:03:04 +0000 (17:03 -0500)
commit86f57f37d2af3532edac220ebb0d9bd10d131a8a
tree06ee796ab456d0c6787ea70f145cae5f8d7d9961
parentdb263225098921ea7ed61ad1e5d7211490458471
deploy cleanup not removing all unmodified files

The linting patch If87fceb79e384e26f021a9c85a2e9d7413ce421e
broke the cleanup script so unmodified maven-metadata.xml files
were not properly being cleaned up before upload to Nexus. This
caused the maven-merge job to update maven-metadata.xml files
outside of what was actually modified. So when 2 maven-merge jobs
running on different streams are run at the same time they would
overwrite each other with old data.

Issue: RELENG-766
Change-Id: I18da721bfb5db6eef9c15ffabd4482e0aa24e3a6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/maven-deploy.sh