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

[Git][ftp-team/dak][master] fix_overrides: no longer update oldoldstable



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • 251248f3
    by Ansgar at 2023-03-09T00:40:46+01:00
    fix_overrides: no longer update oldoldstable
    
    It is done.
    

1 changed file:

Changes:

  • config/debian-security/daily.functions
    ... ... @@ -9,7 +9,7 @@ function fix_overrides() {
    9 9
         done
    
    10 10
         find . -maxdepth 1 -mindepth 1 -type l -delete
    
    11 11
     
    
    12
    -    for suite in oldoldstable oldstable stable-security testing-security; do
    
    12
    +    for suite in oldstable stable-security testing-security; do
    
    13 13
             override_suite=$(dak admin suite-config get-value "${suite}" codename)
    
    14 14
             override_suite="${override_suite%-security}"
    
    15 15
             for component in $components; do
    


  • Reply to: