]> git.sur5r.net Git - i3/i3/commit
travis/cleanup-bintray: use dpkg --compare-versions (#2453)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 24 Sep 2016 15:16:02 +0000 (08:16 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2016 15:16:02 +0000 (08:16 -0700)
commit14f49aa6d36d70e15c03052d47ccbcb096e4dbca
tree8531e7c2bc36e12e41ebfd5f3f5c56ac3e4d6efd
parentb850cfba4d4ce9f5dda5613c6d197648e7e65401
travis/cleanup-bintray: use dpkg --compare-versions (#2453)

…instead of lexicographically sorting strings, which fails for the
following situation:

    4.12-96-g086276b
    4.12-97-g59c070b
    4.12-108-gb850cfb

This bug resulted in new packages being built and uploaded, then
immediately deleted.

Thanks to eeemsi for reporting the issue.
travis/cleanup-bintray.pl