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

Use version from module, not txt file #145

Merged
merged 1 commit into from Feb 22, 2017

Commits on Feb 21, 2017

  1. Use version from module, not txt file

    this is cleaner since we don't have to read .txt files and don't
    modify the source before building a package.
    
    This makes it possible to show the actual version in Nitrate's webUI
    footer by exporting the version as a setting.
    
    The setting can be overriden if desired, for example with
    commands.getstatusoutput('rpm -q nitrate')[1]
    
    Signed-off-by: Mr. Senko <atodorov@mrsenko.com>
    atodorov committed Feb 21, 2017
    Copy the full SHA
    a29006d View commit details
    Browse the repository at this point in the history