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

[Git][ftp-team/dak][deploy] 3 commits: config/debian: add propup-version testing unstable



Title: GitLab

Joerg Jaspert pushed to branch deploy at Debian FTP Team / dak

Commits:

3 changed files:

Changes:

  • config/debian/dak.conf
    ... ... @@ -129,6 +129,7 @@ SuiteMappings
    129 129
      "silent-map bullseye-security testing-security";
    
    130 130
      "propup-version stable-security testing testing-proposed-updates unstable";
    
    131 131
      "propup-version testing-security unstable";
    
    132
    + "propup-version testing unstable";
    
    132 133
      "map jessie oldoldstable";
    
    133 134
      "map jessie-proposed-updates oldoldstable-proposed-updates";
    
    134 135
      "map jessie-updates oldoldstable-proposed-updates";
    

  • config/deploy/deploy.functions
    ... ... @@ -59,3 +59,7 @@ function update_masterdir() {
    59 59
         # And switch to the commit we just verified
    
    60 60
         git checkout ${NEWHEAD}
    
    61 61
     }
    
    62
    +
    
    63
    +function cleanlogs() {
    
    64
    +    find ${logdir} -mtime +60 -delete
    
    65
    +}

  • config/deploy/deploy.tasks
    ... ... @@ -8,4 +8,5 @@ check_commit_signature none none true false
    8 8
     NOSTAGE                check_for_db_update        none           true      false
    
    9 9
     check_ancestor         none                       none           true      false
    
    10 10
     update_masterdir       none                       none           true      false
    
    11
    +cleanlogs              none                       none           true      false
    
    11 12
     UNLOCK                 DEPLOY                     none           true      false


  • Reply to: