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

[Git][ftp-team/dak][deploy] 3 commits: docs: remove special NEW processing for security archive



Title: GitLab

Ansgar pushed to branch deploy at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • dak/generate_index_diffs.py
    ... ... @@ -330,6 +330,7 @@ def genchanges(Options, outdir, oldfile, origfile, maxdiffs=56):
    330 330
             if not os.path.isdir(outdir):
    
    331 331
                 os.mkdir(outdir)
    
    332 332
     
    
    333
    +        oldf.seek(0)
    
    333 334
             with open("{}.gz".format(difffile), "wb") as fh:
    
    334 335
                 daklib.daksubprocess.check_call(
    
    335 336
                     "diff --ed - {} | gzip --rsyncable  --no-name -c -9".format(newfile), shell=True,
    

  • docs/debian-specific.rst
    ... ... @@ -206,24 +206,6 @@ Switch suite to Long Term Support (LTS)
    206 206
     ::
    
    207 207
         cronon
    
    208 208
     
    
    209
    -NEW processing
    
    210
    ---------------
    
    211
    -
    
    212
    -::
    
    213
    -
    
    214
    -    cronoff
    
    215
    -    CHANGES=FILENAME.changes
    
    216
    -    dak process-new ${CHANGES}
    
    217
    -    cd /srv/security-master.debian.org/queue/new/COMMENTS
    
    218
    -    echo $'NOTOK\n\nMoving back to unchecked' > "REJECT.${CHANGES%.changes}"
    
    219
    -    rm "ACCEPT.${CHANGES%.changes}"
    
    220
    -    dak process-policy new; dak clean-suites
    
    221
    -    cd /srv/security-master.debian.org/queue/reject
    
    222
    -    # Careful! This is only correct if there are no previous uploads!
    
    223
    -    dak admin forget-signature ${CHANGES}
    
    224
    -    dcmd mv -nt ../unchecked -- ${CHANGES}
    
    225
    -    /srv/security-master.debian.org/dak/config/debian-security/cronscript unchecked
    
    226
    -    cronon
    
    227 209
     
    
    228 210
     Built-Using
    
    229 211
     -----------
    


  • Reply to: