diff options
author | Ali Alnubani <alialnu@mellanox.com> | 2018-06-06 15:11:54 +0200 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-06-06 14:37:40 +0100 |
commit | 951a58e4a6f71b91beb345a6608dc4d9fb231337 (patch) | |
tree | f74048e538634c5ad5747d316be2bfd96a37b770 /releasenotes/notes | |
parent | a47fd249f6502b6b96dc35859b5f5b17d25c7558 (diff) | |
download | patchwork-951a58e4a6f71b91beb345a6608dc4d9fb231337.tar patchwork-951a58e4a6f71b91beb345a6608dc4d9fb231337.tar.gz |
parsemail.sh: don't set the python version
This is to fix using the wrong python version when inside a virtualenv.
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/use-system-python-parsemail-9b161cebfd7d6159.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/use-system-python-parsemail-9b161cebfd7d6159.yaml b/releasenotes/notes/use-system-python-parsemail-9b161cebfd7d6159.yaml new file mode 100644 index 0000000..f002656 --- /dev/null +++ b/releasenotes/notes/use-system-python-parsemail-9b161cebfd7d6159.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + The ``parsemail.sh`` and ``parsemail-batch.sh`` scripts, found in + ``patchwork/bin``, will now default to using ``python`` rather than + ``python2`` for calling ``manage.py``. This resolves an issue when + Patchwork is deployed with a virtualenv. |