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

[Git][ftp-team/dak][master] 2 commits: build pages in later stage, converage report isn't available otherwise



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

4 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -32,6 +32,7 @@ pages:
    32 32
         - mkdir -p public/epydoc
    
    33 33
         - epydoc -q --html --graph all --css blue -n DAK -o public/epydoc --include-log --show-imports dak dakweb
    
    34 34
         - mv coverage public/coverage
    
    35
    +  stage: deploy
    
    35 36
       artifacts:
    
    36 37
         paths:
    
    37 38
           - public
    

  • config/debian-security/generate-archive-key.conf
    1 1
     name_real="Debian Security Archive Automatic Signing Key"
    
    2 2
     name_email="ftpmaster@debian.org"
    
    3
    -name_comment="9/stretch"
    3
    +name_comment="10/buster"

  • config/debian/generate-archive-key.conf
    1 1
     name_real="Debian Archive Automatic Signing Key"
    
    2 2
     name_email="ftpmaster@debian.org"
    
    3
    -name_comment="9/stretch"
    3
    +name_comment="10/buster"

  • scripts/debian/generate-archive-key
    ... ... @@ -29,7 +29,9 @@ fi
    29 29
     revokers=(
    
    30 30
         80E976F14A508A48E9CA3FE9BC372252CA1CF964 # Ansgar Burchardt <ansgar@debian.org>
    
    31 31
         FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4 # Joerg Jaspert <joerg@debian.org>
    
    32
    +    8C823DED10AA8041639E12105ACE8D6E0C14A470 # Luke Faraone <lfaraone@debian.org>
    
    32 33
         309911BEA966D0613053045711B4E5FF15B0FD82 # Mark Hymers <mhy@debian.org>
    
    34
    +    C74F6AC9E933B3067F52F33FA459EC6715B0705F # Thorsten Alteholz <alteholz@debian.org>
    
    33 35
     )
    
    34 36
     
    
    35 37
     # holders of revocation shares and number of required shares
    
    ... ... @@ -40,8 +42,6 @@ revocation_shares=0
    40 42
     # holders of backup shares and number of required shares
    
    41 43
     backup_holders=(
    
    42 44
         ${revokers[@]}
    
    43
    -    AB41C1C68AFD668CA045EBF8673A03E4C1DB921F # Gunnar Eyal Wolf Iszaevich <gwolf@debian.org>
    
    44
    -    7B27A3F1A6E18CD9588B4AE8310180050905E40C # Julien Cristau <jcristau@debian.org>
    
    45 45
     )
    
    46 46
     backup_shares=3
    
    47 47
     
    


  • Reply to: