Removing packages from a repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Removing packages from a repository

Sergio Fedi
How do I delete a package from a repository?

I didn't find the functionality in Monticello.

I have one hosted onĀ http://ss3.gemstone.com/
Reply | Threaded
Open this post in threaded view
|

Re: Removing packages from a repository

Sean P. DeNigris
Administrator
Sergio Fedi wrote
How do I delete a package from a repository?
...
I have one hosted on http://ss3.gemstone.com/
You can usually delete a package via the repos web interface. If you click on the package filename or "details" in ss3, "Delete Version" and "Delete Package" will appear in the Actions on the left.

n.b. unless you have a compelling reason (e.g. accidentally committed personal info) it is generally considered bad form to remove versions that have been released to the public, as it can break users' builds. If you move the repo, for example, one option is to commit a set of empty package versions that contain a marker indicating the repo has been moved. This way, users depending on specific versions will still have access, and users wanting the latest will get the notification.
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Removing packages from a repository

Sergio Fedi
Awesome, I could remove the spurious packages.

Thanks!

(these packages where made in the first iterations of the project when I didn't use correctly the package structure)