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

Address issues raised with appstreamcli validation #628

Merged
merged 2 commits into from Sep 29, 2018
Merged

Address issues raised with appstreamcli validation #628

merged 2 commits into from Sep 29, 2018

Commits on Aug 25, 2018

  1. Address issues raised with appstreamcli validation

    Validating the appdata with appstreamcli version 0.12.2 results in the following output:
    
    $ appstreamcli validate conf/mu.appdata.xml                                                                                                                                                   
    W - mu.appdata.xml:mu.codewith.editor.desktop:29                                                                                                                                              
        Found invalid tag: '_developer_name'. Non-standard tags must be prefixed with 
        "x-".
    
    I - mu.appdata.xml:mu.codewith.editor.desktop:7
        The component summary should not end with a "." [A simple Python editor for 
        beginner programmers.]
    
    E - mu.appdata.xml:mu.codewith.editor.desktop:20
        The description contains an URL. This is not allowed, please use the <url/> tag 
        to share links.
    
    Validation failed: errors: 1, warnings: 1, infos: 1
    
    This update corrects these issues
    knowledgejunkie committed Aug 25, 2018
    Copy the full SHA
    01e802c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Use standard <developer_name/> tag in appdata

    Prefer over non-standard <x-developer_name/>
    knowledgejunkie committed Aug 27, 2018
    Copy the full SHA
    750e598 View commit details
    Browse the repository at this point in the history