Firstyear / obs-service-cargo

OBS Source Service and utilities for Rust software packaging
Mozilla Public License 2.0
15 stars 9 forks source link

Globbed tar need to sort lexicographically then pop the last #43

Closed Firstyear closed 9 months ago

Firstyear commented 9 months ago

This is needed because if you do osc service ra and the former tar exists, then you have x-1.tar and x-2.tar generated, which causes cargo-vendor to fail as now two tars exist. so we should take the "latest", since versions sort lexicographically.