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

[Git][ftp-team/dak][master] fix: forky is not stable yet



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • ac4a4942
    by Ansgar at 2025-08-09T10:18:58+02:00
    fix: forky is not stable yet
    

2 changed files:

Changes:

  • config/debian-security/dak.conf
    ... ... @@ -104,8 +104,8 @@ SuiteMappings
    104 104
       "silent-map bookworm oldstable-security";
    
    105 105
       "silent-map trixie-security stable-security";
    
    106 106
       "silent-map trixie stable-security";
    
    107
    -  "silent-map forky-security stable-security";
    
    108
    -  "silent-map forky stable-security";
    
    107
    +  "silent-map forky-security testing-security";
    
    108
    +  "silent-map forky testing-security";
    
    109 109
     };
    
    110 110
     
    
    111 111
     Dir
    

  • config/debian/dak.conf
    ... ... @@ -119,7 +119,7 @@ SuiteMappings
    119 119
      "silent-map bullseye-security oldoldstable-security";
    
    120 120
      "silent-map bookworm-security oldstable-security";
    
    121 121
      "silent-map trixie-security stable-security";
    
    122
    - "silent-map forky-security stable-security";
    
    122
    + "silent-map forky-security testing-security";
    
    123 123
     
    
    124 124
      "propup-version stable-security testing testing-proposed-updates unstable";
    
    125 125
      "propup-version testing-security unstable";
    


  • Reply to: