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

Add XML consistency checks including pNext 'optional' #1597

Merged
merged 4 commits into from
Aug 10, 2021
Merged

Commits on Aug 4, 2021

  1. Add XML consistency checks including pNext 'optional'

    Accompanies #1592.
    
    The xml_consistency.py script checks for a variety of other problems in
    vk.xml, but hasn't been run in CI until now. The MR also makes a few
    tweaks to fix or ignore two unrelated issues found by the script.
    oddhack committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    0bf0293 View commit details
    Browse the repository at this point in the history
  2. Remove CC0-1.0 from LICENSES

    The current version of the reuse tool complains about unused licenses
    and this is causing the updated CI image to fail the 'reuse lint' check.
    oddhack committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    200428b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Add optional="true" to all pNext missing them

    This is a replacement for #1592 since that appeared to have some git
    artifacts resulting from a rebase that are breaking CI.
    oddhack committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    e628f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    287a593 View commit details
    Browse the repository at this point in the history