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

[Git][ftp-team/dak][deploy] source based on (possibly overriden) configdir



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • config/debian-security/vars
    1
    -# locations used by many scripts
    
    1
    +# -*- mode:sh -*-
    
    2 2
     
    
    3 3
     declare -r functionname=security-master.debian.org
    
    4 4
     declare -r confpart=debian-security
    
    ... ... @@ -15,7 +15,7 @@ export configdir=${configdir:-${masterdir}/config/${confpart}/}
    15 15
     declare -r POSSIBLEARGS='+(unchecked-dinstall|hourly|mirror)'
    
    16 16
     
    
    17 17
     # And get all the tons of other variables
    
    18
    -source ${masterdir}/config/common/variables
    
    18
    +source ${configdir}/../common/variables
    
    19 19
     
    
    20 20
     # Stuff for old cron scripts not yet switched to new style
    
    21 21
     declare -r uploadhost=ftp-master.debian.org
    

  • config/debian/vars
    ... ... @@ -15,4 +15,4 @@ export configdir=${configdir:-${masterdir}/config/${confpart}/}
    15 15
     declare -lr POSSIBLEARGS='+(unchecked|dinstall|hourly|daily|weekly|monthly|yearly|mirror|deploy)'
    
    16 16
     
    
    17 17
     # And get all the tons of other variables
    
    18
    -source ${masterdir}/config/common/variables
    18
    +source ${configdir}/../common/variables


  • Reply to: