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

[Git][ftp-team/dak][master] setup: write BXA notifications in tests



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • cd952367
    by Ansgar at 2022-09-17T18:31:15+02:00
    setup: write BXA notifications in tests
    

1 changed file:

Changes:

  • integration-tests/setup
    ... ... @@ -43,6 +43,7 @@ test-setup() {
    43 43
       chmod 0700 "${GNUPGHOME}"
    
    44 44
       echo "Dinstall::SigningHomedir \"${GNUPGHOME}\";" >> "${DAK_CONFIG}"
    
    45 45
       echo "Dir::Mail \"${DAKBASE}/outgoing-mail\";" >> "${DAK_CONFIG}"
    
    46
    +  echo "Dinstall::BXANotify 1;" >> "${DAK_CONFIG}"
    
    46 47
       echo "Dinstall::Mail-Signature-Key \"589E8FA542378066E944B6222F7C63E8F3A2C549\";" >> "${DAK_CONFIG}"
    
    47 48
     
    
    48 49
       section_end setup_dak_installation
    


  • Reply to: