• 
      

    Fix compiling i18n files when building Djblets packages.

    Review Request #12151 — Created March 14, 2022 and submitted

    Information

    Djblets
    release-3.x

    Reviewers

    build-i18n.py, used by the packaging process, was passing
    interactive=False to compilemessages. This is no longer available or
    needed on Django 3.2. This is a simple change that strips away that
    parameter.

    Successfully built packages.

    Summary ID
    Fix compiling i18n files when building Djblets packages.
    `build-i18n.py`, used by the packaging process, was passing `interactive=False` to `compilemessages`. This is no longer available or needed on Django 3.2. This is a simple change that strips away that parameter.
    f24a391290040e6cca8b0874efb36217ab77f69c
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (649efcb)