Fix compiling i18n files when building Djblets packages.

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

chipx86
Djblets
release-3.x
djblets

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
Fix compiling i18n files when building Djblets packages.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (649efcb)
Loading...