Skip to content
Snippets Groups Projects
Forked from SECO Northern Europe / Tools / guf-show-demo
Source project has a limited visibility.
  • GitBot's avatar
    Integrate gitlab-ci/bb-recipe-linter and 1 more · 9e27d096
    GitBot authored
    --
    
    Commit: seco-ne/yocto/infrastructure/gitlab-ci@44000de1
    
    Check bitbake recipes with linter
    
    The job checks bitbake recipes added/updated in MR using the
    oelint-adv tool (https://github.com/priv-kweihmann/oelint-adv).
    
    .oelint.json is a rulefile, created with the command
    "oelint-adv --print-rulefile". It can be used during development.
    It contains default rules for now, but will probably be customized later.
    
    To get the list of changed files in MR, we adjusted the GIT_DEPTH variable.
    The new value is 50, which should be fine for getting MR changes,
    and still small enough to keep checkout fast for large projects.
    
    --
    
    Commit: seco-ne/yocto/infrastructure/gitlab-ci@9d9574d1
    
    convert_md2html: fix text duplication
    
    Fix the problem introduced by commit 4f06516 "convert_md2html: fix id
    fields for headings".
    
    The text converted from markdown was written twice to the HTML document.
    9e27d096
Code owners
Assign users and groups as approvers for specific file changes. Learn more.