Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.09] Remove need for SUFFIX in gen-deb-ver #206

Merged
merged 1 commit into from
Sep 12, 2018

Commits on Sep 12, 2018

  1. Remove need for SUFFIX in gen-deb-ver

    Should generate correct bits whether or not the suffix is present.
    
    Working example:
    
    ❯ ./gen-deb-ver . 18.09.0-beta1
    18.09.0~1.1.beta1 18.09.0-beta1
    
    ❯ ./gen-deb-ver . 18.09.0-ce-beta1
    18.09.0~ce~1.1.beta1 18.09.0-ce-beta1
    
    Signed-off-by: Eli Uriegas <[email protected]>
    (cherry picked from commit 9de3f6f)
    Signed-off-by: Eli Uriegas <[email protected]>
    seemethere committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    cc336d0 View commit details
    Browse the repository at this point in the history