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

[Git][ftp-team/dak][master] dak/admin.py: allow to set `close_bugs` suite option



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/admin.py
    ... ... @@ -807,6 +807,7 @@ ALLOWED_SUITE_CONFIGS = {
    807 807
         'changelog': str,
    
    808 808
         'changelog_url': str,
    
    809 809
         'checksums': SUITE_CONFIG_WRITABLE_ONLY_VIA_JSON,
    
    810
    +    'close_bugs': utils.parse_boolean_from_user,
    
    810 811
         'codename': SUITE_CONFIG_READ_ONLY,
    
    811 812
         'debugsuite': str,
    
    812 813
         'description': str,
    


  • Reply to: