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

[Git][ftp-team/dak][master] 3 commits: debian-security: no oldoldstable for this week, will come back next week



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

3 changed files:

Changes:

  • config/debian-security/cron.buildd
    ... ... @@ -8,7 +8,7 @@ set -u
    8 8
     
    
    9 9
     export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
    
    10 10
     . $SCRIPTVARS
    
    11
    -DISTS="oldoldstable oldstable stable testing"
    
    11
    +DISTS="oldstable stable testing"
    
    12 12
     
    
    13 13
     if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
    
    14 14
         exit 0
    

  • daklib/checks.py
    ... ... @@ -837,11 +837,7 @@ class NoSourceOnlyCheck(Check):
    837 837
                 for suite in ('oldstable', 'oldstable-proposed-updates', 'oldstable-security',
    
    838 838
                               'jessie', 'jessie-proposed-updates', 'jessie-security',
    
    839 839
                               'oldstable-backports', 'oldstable-backports-sloppy',
    
    840
    -                          'jessie-backports', 'jessie-backports-sloppy',
    
    841
    -                          'oldoldstable', 'oldoldstable-security',
    
    842
    -                          'wheezy', 'wheezy-security',
    
    843
    -                          'oldoldstable-backports', 'oldoldstable-backports-sloppy',
    
    844
    -                          'wheezy-backports', 'wheezy-backports-sloppy'):
    
    840
    +                          'jessie-backports', 'jessie-backports-sloppy'):
    
    845 841
                     if suite in changes.distributions:
    
    846 842
                         raise Reject('Suite {} is not configured to build arch:all packages. Please include them in your upload'.format(suite))
    
    847 843
     
    

  • scripts/debian/link_morgue.sh
    ... ... @@ -114,7 +114,7 @@ ${scriptsdir}/link_morgue \
    114 114
                  --morguedir "${PROCESSDIR}"
    
    115 115
     
    
    116 116
     # And now, maybe, transfer stuff over to stabile...
    
    117
    -if [ "$(hostname -s)" != "stabile" ]; then
    
    117
    +if [[ "$(hostname -s)" != "stabile" && "$(hostname -s)" != "fasolo" ]]; then
    
    118 118
         cd "${PROCESSDIR}"
    
    119 119
         LISTFILE=$(mktemp -p ${TMPDIR} )
    
    120 120
     
    


  • Reply to: