Package: azure-cli / 2.81.0-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| azure-cli | 2.81.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 ! |
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 ! |
{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 ! |
look for extensions in /usr/lib/python3/dist-packages instead of /usr/local/lib/python3.x/dist-packages |
1
