Package: azure-cli / 2.77.0-1

Metadata

Package Version Patches format
azure-cli 2.77.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
azcli_installer.patch | (download)

src/azure-cli/az | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 set az_installer to deb
 The AZ_INSTALLER variable influences the az upgrade command behaviour.
 For the packaged version, we want it to simply run apt update/upgrade, so
 always set it to DEB.
runpy.patch | (download)

src/azure-cli/az | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 {az} use runpy instead of os.execl
 python -m adds the current working directory to the start of sys.path,
 which means running from say /tmp with a fake azure.py causes az to load
 it and run it.

extensions.patch | (download)

src/azure-cli-core/azure/cli/core/extension/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 look for extensions in /usr/lib/python3/dist-packages instead of /usr/local/lib/python3.x/dist-packages