> What about the code in the Makefile for > > for bin in $$(PIP_REQUIRE_VIRTUALENV=false python3 setup.py -q > console_scripts 2>/dev/null); do \ > ...
That turned out to be quite broken before (but hidden by the stderr redirect), so links weren't created. I simplified it a bit and dropped the custom command. -- https://code.launchpad.net/~ack/maas/+git/maas-release-tools/+merge/438971 Your team MAAS Committers is subscribed to branch ~maas-committers/maas/+git/maas-release-tools:main. -- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

