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

*: rework validation scripts #158

Merged
merged 4 commits into from
Jul 23, 2017
Merged

Commits on Jul 23, 2017

  1. pkg: mtreefilter: fix golint warning

    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    c2d0868 View commit details
    Browse the repository at this point in the history
  2. casext: switch to NewEngine API

    This is necessary in order to avoid go-vet warnings, as well as removing
    the ugly Engine{engine} interface. In future, the implementation of
    casext.Engine will be made private and casext.Engine will be an
    interface.
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    272950d View commit details
    Browse the repository at this point in the history
  3. *: rework validation scripts

    It appears that local-validate has not been running in recent PRs. Fix
    this by reworking `make ci` and the travis configuration to make sure it
    runs.
    
    In addition, this un-comments git-validation which has resolved their
    issues with running in Travis.
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    192d600 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: mention validation rework

    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    0b4bec4 View commit details
    Browse the repository at this point in the history