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

[Git][ftp-team/dak][master] 2 commits: bts-categorize: add `-o` option for arbitrary items



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • f14639ae
    by Ansgar at 2022-08-28T00:07:22+02:00
    bts-categorize: add `-o` option for arbitrary items
    
  • 62519a6c
    by Ansgar at 2022-08-28T00:07:49+02:00
    dinstall: "dak bts-categorize" cannot sign mail
    
    It runs as a different user and does not have access to the signing
    key.
    

2 changed files:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -426,7 +426,7 @@ function dm() {
    426 426
     
    
    427 427
     function bts() {
    
    428 428
         log "Categorizing uncategorized bugs filed against ftp.debian.org"
    
    429
    -    sudo -u dak-unpriv dak bts-categorize
    
    429
    +    sudo -u dak-unpriv dak bts-categorize -o Dinstall::Mail-Signature-Key=""
    
    430 430
     }
    
    431 431
     
    
    432 432
     function mirrorpush() {
    

  • dak/bts_categorize.py
    ... ... @@ -65,7 +65,8 @@ OPTIONS
    65 65
     arguments = [('s', 'simulate', 'BtsCategorize::Options::Simulate'),
    
    66 66
                  ('v', 'verbose', 'BtsCategorize::Options::Verbose'),
    
    67 67
                  ('q', 'quiet', 'BtsCategorize::Options::Quiet'),
    
    68
    -             ('h', 'help', 'BtsCategorize::Options::Help')]
    
    68
    +             ('h', 'help', 'BtsCategorize::Options::Help'),
    
    69
    +             ('o', 'option', '', 'ArbItem')]
    
    69 70
     
    
    70 71
     
    
    71 72
     class BugClassifier:
    


  • Reply to: