-
Notifications
You must be signed in to change notification settings - Fork 25
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 remove packages from Atmosphere? #53
Comments
Hey, If you're confident no-one else is using your package, you can delete it with:
Cheers, On Wednesday, 4 September 2013 at 6:36 AM, Zhuojie Zhou wrote:
|
Hi, I tried removing Amazon S3 File Uploader but I couldn't with this command. It's duplicated, I messed up when I pushed the first package I made. |
@Lepozepo you can delete it yourself if you head to atmosphere, and run the following the browser console: Meteor.call('removePackage', 'name of package', function() { console.log(arguments); }); |
@tmeasday I tried that and got a 404 on the console. |
apologies! It's |
Sweet! That worked, thanks! |
To summarize:
This is temporary until we find a better solution for fixing release errors and duplicates. |
I want to delete font-awesome-4 since there is a long standing version that is updated. It worked the first time and confirmed it was deleted. I just went back to check and it's back! Says it was updated 2 hours ago?! I tried to delete it again, but I get denied:
I am logged in:
What did I break? :-( Suggestions? |
The package This is why your name appears as an author and you can't remove it. He must have done this after you deleted it. I'm thinking its not a good idea to actually moderate the packages because of reasons like this, if there are multiple packages its better to know which one people are using more. Atmosphere v2 will use the rainbow graph to try and give an indication of what package a user should use. @zol & percolate made a really good decision here to do it this way instead. |
is there a way now to remove a package from atmosphere? i just published a package but unfortunately its not working and i'm not planning to continue it anymore. |
Hi @mickeyren - there's a method in a similar vein to the |
Hey guys. I created a new package on Atmosphere, but wanted the name lowercase instead of uppercase. When I updated the smart.json, it created a completely new package. Can you delete it? Thanks!!!! |
Hey. You can head to http://atmopshere.meteor.com/accounts and call |
Getting "There is no site deployed at this address." from that link :( |
You may want to try this one: |
Got to the page. Called the method from firebug. Got this result:
But still two packages :( |
I just update one of my packages to meteor's new packaging system. I accidentally renamed a package and published to atmosphere. I want to remove the newly created package since I've updated my main package already. How do I do it? @tmeasday Tried your suggestion but I can't even login to my account. What to do? |
Hi @tsega - there's not currently a way to "remove" packages in the new system. We will see what comes from core on this one, we may add a way to hide them in the atmopsherejs.com UI. |
+1 |
1 similar comment
+1 |
|
I have done that with a package that I maintained for the 0.9.x-1.0 transition. It seems silly that you can't remove your own packages. Can the admins remove packages? |
@digilord It sounds like they would need to just edit them out of the database. |
I guess their motivation is that existing apps won't break if packages are not removed. Also when you're setting your package to unmigrated it won't be searchable and will only be directly useable with the |
+1 |
1 similar comment
+1 |
👍 CC @ekatek |
+1 for being able to at least mark packages as "private" or "non-maintained". There does not seem to be an officially supported way of forking and using someone else's package without suggesting you are the new maintainer on atmosphere. I suppose you can do a git clone into your packages directory and that whole dance but point me to the core approved way of doing that?! |
@funkyeah I have forked and taken over a few packages since I started working with Meteor. There isn't a guideline to follow. I usually contact the maintainer. If I don't get a response in a week I fork the package, make the fix, use it locally while I wait another week. If still no response I will publish the package under my credentials updating the version number. |
@digilord so do you ever fork packages and use them by directly cloning into the packages directory or always publish back to atmosphere to use them I still do think there should be an officially recommended way of forking and using packages without polluting atmosphere with packages from people that aren't willing to commit to being a maintainer |
@funkyeah I have worked with people that want a specific change to a package that the maintainer is unwilling to make. Those end up as one off clones into a project. |
cool and thanks! |
I accidentally published a package I was working on. I flagged it using set-unmigrated, but it would be nice to delete it or mark it as private. Is there any news about this functionality? |
Can't be done due to MDG's packaging implementation. |
Seems rather rediculous. Can't someone just write a little script to spam thousands of fake annoying packages on Atmosphere? |
@paralin sure :) You could take it up with MDG as they're responsible for this sort of backend functionality now. |
+1 |
I too would love to "unpublish" a cloned package I published. I've done the set-unmigrated...but really it should just be removed. |
Let's continue the discussion in the new Atmosphere repo? |
After releasing a package on atmosphere, I realized that there is already a similar one there (though the old one is not compatible with Meteor 0.6.5+). How could I remove the package from Atmosphere?
I should have searched ahead, and issued a pull request to the author.
Thanks
The package name is: state-machine
The text was updated successfully, but these errors were encountered: