Remove drop of staging repos on release 48/16448/4 v0.25.4
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 5 Aug 2019 22:35:34 +0000 (18:35 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 5 Aug 2019 23:37:01 +0000 (19:37 -0400)
commitf02974c34fbaaad55c89495eebae17c81358f1cb
tree49c9cf956f2113f2129c2bdda590aa7aaa4b82f6
parent1c99685755ebd2e9830b9deb438e7152c28dfa14
Remove drop of staging repos on release

The api returns that the relese is completed.
in the background java threads are still running.

Then we call drop and nexus has threads promoting and dropping
at the same time.

In this way we lose data.

Something else needs to drop, the api does not correctly
handle this.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I3ad52502d6ac44960f697561eb82e2b6896ac781
lftools/nexus/cmd.py
releasenotes/notes/nexus-release-4e9aed6e9bc1a389.yaml [new file with mode: 0644]
tests/test_nexus.py