[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Salsa CI: Override the lintian version being used to the just built version



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • f0f98771
    by Axel Beckert at 2023-01-02T06:42:02+01:00
    Salsa CI: Override the lintian version being used to the just built version
    
    Should fix Salsa CI autopokgtest failures due to e.g.
    newer-standards-version if lintian in unstable doesn't know about the
    new debian-policy release yet.
    

1 changed file:

Changes:

  • debian/salsa-ci.yml
    ... ... @@ -26,3 +26,10 @@ build-buster-backports:
    26 26
     variables:
    
    27 27
       SALSA_CI_LINTIAN_FAIL_WARNING: 1
    
    28 28
       DEB_BUILD_OPTIONS: 'nocheck'
    
    29
    +
    
    30
    +# Try to override the lintian version being used to the just built
    
    31
    +# version.
    
    32
    +.test-lintian: &test-lintian
    
    33
    +  before_script:
    
    34
    +  - apt-get update
    
    35
    +  - apt-get install -y ${WORKING_DIR}/lintian_*.deb


  • Reply to: