-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete/undo an incorrectly uploaded package? #62
Comments
Would love to get this solved because I'd like to match version numbers on LuaRocks and OPM ASAP trying to take over an abandoned repo and botched the upload. @agentzh, any help? |
@cdbattags Deleting an opm package is still a TODO. Pull requests are welcome for the opm repo: https://github.com/openresty/opm Because deleting uploaded packages is a dangerous operation, we need to delay the deletion request for at least 7 days and also send an email notification to the email address associated with the current github account used to upload those packages being deleted. |
@agentzh, any chance for now someone can manually delete everything I've uploaded so far? |
If it's your own package you should be able to remove it right away, no? |
What package do you want us to remove from the opm index? |
Yes we can remove it manually for you. But it has to be under your own GitHub accounts. |
Please remove all packages under the username
Thank you! Also, moving forward might I add a PR that will remove packages if they are under your own GitHub account name? What other things for security purposes do you want for this? |
Please do not remove the latest one:
This is the most recent and what is correct! |
@cdbattags Done. Regarding to the removal feature of opm itself, as I said, there are 2 requirements:
|
@agentzh It looks like deleting an opm package is still a TODO, couldn't find in the documentation. Is there any chance, someone could manually delete the opm package I've uploaded so far? OPM package - Any help is much appreciated. Thank you. |
I believe there are 3 different features needed:
I would very much like to see "Delete a Package Version" happen. I accidentally did a build from the wrong checkout, and ugh. |
Yeah, we'll add this feature. Like Perl's CPAN, we will do delayed deletion to avoid accidental operations (and also for security). @xlibor Please look into this. |
@jvanasco I think we will delete the version info from the database as well. But we won't allow uploading the same file same version. |
@agentzh I believe that is what Python's PyPi does. |
BTW, we'll also look into adding support for C components (compiling to .so or .dylib files) in opm packages soon. |
How do I go about doing this? I can't find this anywhere in documentation.
The text was updated successfully, but these errors were encountered: