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

cli: Add "get-latest-version" util command #503

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2023

  1. cli: Fix copy/paste error in translators comment

    Fixes: 3f88c4e ("Add new is-satisfied check to test relations from the command-line")
    hadess committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3ac199f View commit details
    Browse the repository at this point in the history
  2. cli: Add "get-latest-version" util command

    This gets the latest version specified in an appdata file, which,
    combined with utilities such as check-news.sh[1], can be used to check
    whether the date specified in the appdata's release information is
    correct.
    
    See https://gitlab.gnome.org/GNOME/evince/-/issues/1950
    
    Closes: ximion#502
    
    [1]: https://gitlab.gnome.org/GNOME/totem/-/blob/master/check-news.sh
    hadess committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4e8120a View commit details
    Browse the repository at this point in the history