mage-os / generate-mirror-repo-js

Mage-OS packaging implementation (JavaScript).
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

fix: do not delete existing packages on release deploy #145

Closed Vinai closed 1 year ago

Vinai commented 1 year ago

Previously, when a release was made, existing packages in the repository were deleted by rsync. This caused the Mage-OS 1.0.0 release to be removed when the 1.0.1 packages were deployed to the repository.

With this change, existing packages remain.