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

[Git][ftp-team/dak][master] config/debian-security: fix one instance of testing -> testing-security



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian-security/cron.buildd
    ... ... @@ -8,7 +8,7 @@ set -u
    8 8
     
    
    9 9
     export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
    
    10 10
     . $SCRIPTVARS
    
    11
    -DISTS="oldoldstable oldstable stable testing"
    
    11
    +DISTS="oldoldstable oldstable stable testing-security"
    
    12 12
     
    
    13 13
     if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
    
    14 14
         exit 0
    
    ... ... @@ -42,8 +42,8 @@ if [ ! -z "${dists}" ]; then
    42 42
                 stable)
    
    43 43
                     send=buster
    
    44 44
                     ;;
    
    45
    -            testing)
    
    46
    -                send=bullseye
    
    45
    +            testing-security)
    
    46
    +                send=bullseye-security
    
    47 47
                     ;;
    
    48 48
                 *)
    
    49 49
                     send=unknown
    


  • Reply to: