• 
      

    Fix compiling i18n files when building Djblets packages.

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

    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.

    Commits

    Files