-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: maven
-
Labels:None
-
Project:Incubator
One of the MXNet committer unintentionally pushed a package from the master to Release repo manually when running some experiments to automate publishing of SNAPSHOT packages.
The manual error happened the release repo allows manually uploading package or through HTTP POST but HTTP DELETE is forbidden
Dev List discussion: https://lists.apache.org/thread.html/d941ba98a5f3c36e6d3ad3a980bc5f934af90af1d9a2745377933283@%3Cdev.mxnet.apache.org%3E
What we tried:
* deleting artifacts through Nexus - failed with 403
* delete through curl - received 403.
Maven Package to be deleted
https://repository.apache.org/content/repositories/releases/org/apache/mxnet/mxnet-full_2.11-osx-x86_64-cpu/1.5.0/
I want to also let you know that we already have a process for [publishing the releases in place](https://cwiki.apache.org/confluence/display/MXNET/MXNet-Scala#MXNet-Scala-ReleaseProcess) and the automation is only for SNAPSHOTs.
[~lanking520] for fyi.
The manual error happened the release repo allows manually uploading package or through HTTP POST but HTTP DELETE is forbidden
Dev List discussion: https://lists.apache.org/thread.html/d941ba98a5f3c36e6d3ad3a980bc5f934af90af1d9a2745377933283@%3Cdev.mxnet.apache.org%3E
What we tried:
* deleting artifacts through Nexus - failed with 403
* delete through curl - received 403.
Maven Package to be deleted
https://repository.apache.org/content/repositories/releases/org/apache/mxnet/mxnet-full_2.11-osx-x86_64-cpu/1.5.0/
I want to also let you know that we already have a process for [publishing the releases in place](https://cwiki.apache.org/confluence/display/MXNET/MXNet-Scala#MXNet-Scala-ReleaseProcess) and the automation is only for SNAPSHOTs.
[~lanking520] for fyi.