brysontyrrell / ODST

The Open Distribution Server (ODS) is an open-source package distribution and syncing solution for IT administrators to serve as a potential alternative for the Jamf Distribution Server.
38 stars 5 forks source link

How to delete a package from ODST? #11

Open ronnybremer opened 6 years ago

ronnybremer commented 6 years ago

When using the package administration page, I cannot find any option to removed an uploaded package. How is this done correctly?

Thank you,

Ronny

brysontyrrell commented 6 years ago

@ronnybremer this is planned functionality. The API endpoint will be created and need to support the following behaviors:

1) A package deleted from an ODS will notify all other registered ODS to delete that package. 2) An option can be set in the API request to delete a package that will NOT send a notification to registered ODS and will instead blacklist that package from being synced again.

ronnybremer commented 6 years ago

Thank you for letting me know.