This is an archive of the discontinued Mercurial Phabricator instance.

packaging: don't use plain 'python' if another python has been specified
ClosedPublic

Authored by Mathiasdm on Nov 30 2020, 5:15 AM.

Details

Summary

Before this change, packaging on CentOS 8 failed because 'python'
is used instead of 'python3'.

Change was tested with:

  • make docker-centos7
  • make docker-centos8
  • make docker-ubuntu-bionic

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.