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

[Git][ftp-team/dak][master] 2 commits: Enable debian-security-debug



Title: GitLab

Mark Hymers pushed to branch master at Debian FTP Team / dak

Commits:

  • a8072c4e
    by Mark Hymers at 2023-08-29T11:23:30+01:00
    Enable debian-security-debug
    
  • 8f42e310
    by Mark Hymers at 2023-08-29T10:43:26+00:00
    Merge branch 'mhy/security-debug' into 'master'
    
    Enable debian-security-debug
    
    See merge request ftp-team/dak!278

2 changed files:

Changes:

  • config/debian-security/vars
    ... ... @@ -4,7 +4,7 @@ declare -r functionname=security-master.debian.org
    4 4
     declare -r confpart=debian-security
    
    5 5
     
    
    6 6
     declare -r ftpgroup=debadmin
    
    7
    -declare -r public_archives=(security) #debian-security-debug
    
    7
    +declare -r public_archives=(security debian-security-debug)
    
    8 8
     
    
    9 9
     declare -r base=/srv/${functionname}
    
    10 10
     declare -r incoming=${base}/buildd
    

  • config/debian-security/weekly.functions
    1 1
     # -*- mode:sh -*-
    
    2 2
     
    
    3 3
     function update_releases() {
    
    4
    -    # Update Release for main archive
    
    4
    +    # Update Release for main and debian-security-debug archives
    
    5 5
         dak generate-releases -a security >/dev/null
    
    6
    +    dak generate-releases -a debian-security-debug >/dev/null
    
    6 7
     
    
    7 8
         # Update Release for buildd archive and publish it
    
    8 9
         dak generate-releases -a build-queues >/dev/null
    


  • Reply to: