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

[Git][ftp-team/dak][master] Remove unused variable



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/deploy/deploy.variables
    ... ... @@ -26,9 +26,6 @@ if [[ -n ${NEEDDB} ]]; then
    26 26
         declare -r OLDDBVER=${OLDDBVER%%.py}
    
    27 27
     fi
    
    28 28
     
    
    29
    -# Used for checking new commits before deploying them
    
    30
    -declare -r DEPLOYDIR=${scriptdir}/deploy
    
    31
    -
    
    32 29
     # GPG options for verifying stuff
    
    33 30
     DEFGPGOPT="--no-default-keyring --batch --no-tty --no-options --exit-on-status-write-error --no-greeting --with-colons --keyring /srv/keyring.debian.org/keyrings/debian-keyring.gpg"
    
    34 31
     
    


  • Reply to: