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

[Git][ftp-team/dak][deploy] 3 commits: Do not deploy when unchecked or dinstall runs or archive is stopped



Title: GitLab

Ansgar Burchardt pushed to branch deploy at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.variables
    ... ... @@ -43,11 +43,13 @@ DINSTALLSTATE="${webdir}/dinstall.status"
    43 43
     # as thats usually testing and unstable, but we need codenames,
    
    44 44
     # get em out of the db.
    
    45 45
     extimportdists=""
    
    46
    -for suite in testing unstable; do
    
    46
    +if [ "${archive}" = ftp-master ]; then
    
    47
    +  for suite in testing unstable; do
    
    47 48
         codename=$(dak admin s show ${suite}|grep '^Codename')
    
    48 49
         codename=${codename##* }
    
    49 50
         extimportdists="${extimportdists} ${codename}"
    
    50
    -done
    
    51
    +  done
    
    52
    +fi
    
    51 53
     
    
    52 54
     # Common wget options
    
    53 55
     wgetopts="-t2 -T20 -q -N --ca-directory=/etc/ssl/ca-debian"
    


  • Reply to: