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

[Git][ftp-team/dak][master] Only declare LOCK_STOP once



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • config/common/variables
    ... ... @@ -38,6 +38,9 @@ declare -r HOSTNAME=$(hostname -s)
    38 38
     # Various lockfiles used by multiple cron scripts
    
    39 39
     declare -r LOCK_DAILY="${lockdir}/daily.lock"
    
    40 40
     declare -r LOCK_UNCHECKED="${lockdir}/unchecked.lock"
    
    41
    +
    
    42
    +# If this file exists we exit immediately after the currently running
    
    43
    +# function is done
    
    41 44
     declare -r LOCK_STOP="${lockdir}/archive.stop"
    
    42 45
     
    
    43 46
     # By default, add no timestamps to stage logs
    

  • config/debian/dinstall.variables
    ... ... @@ -30,10 +30,6 @@ LOCK_ACCEPTED="$lockdir/unchecked.lock"
    30 30
     # from our point of view
    
    31 31
     LOCK_BRITNEY="$lockdir/britney.lock"
    
    32 32
     
    
    33
    -# If this file exists we exit immediately after the currently running
    
    34
    -# function is done
    
    35
    -LOCK_STOP="$lockdir/archive.stop"
    
    36
    -
    
    37 33
     # Lock buildd updates
    
    38 34
     LOCK_BUILDD="$lockdir/buildd.lock"
    
    39 35
     
    


  • Reply to: