mage-os / generate-mirror-repo-js

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

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

Closed Vinai closed 11 months ago

Vinai commented 11 months 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.