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

[Git][ftp-team/dak][deploy] 2 commits: use ${functionname} instead of ${archive}



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.variables
    ... ... @@ -43,7 +43,7 @@ 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
    -if [ "${archive}" = ftp-master ]; then
    
    46
    +if [ "${functionname}" = ftp-master.debian.org ]; then
    
    47 47
       for suite in testing unstable; do
    
    48 48
         codename=$(dak admin s show ${suite}|grep '^Codename')
    
    49 49
         codename=${codename##* }
    


  • Reply to: