Skip to content

Conversation

tibortakacs
Copy link

azdev setup command looks for git repositories in various cases (e.g.
install azure-cli from source). It is a valid use case that the source
repos are not standalone git repositories but they are checked out as git
submodules. In this case, the .git entry is not a directory but it
is a file with reference to the parent repository. For example:

$ cat .git
gitdir: ../../.git/modules/src/azure-cli

To support this use case, the setup.py:_check_repo() function has been
extended to check for file existence not only for directory existence.

`azdev setup` command looks for git repositories in various cases (e.g.
install azure-cli from source). It is a valid use case that the source
repos are not standalone git repositories but they are checked out as git
submodules. In this case, the .git entry is not a directory but it
is a file with reference to the parent repository. For example:

$ cat .git
gitdir: ../../.git/modules/src/azure-cli

To support this use case, the setup.py:_check_repo() function has been
extended to check for file existence not only for directory existence.
RenSilvaAU pushed a commit to RenSilvaAU/azure-cli-dev-tools that referenced this pull request Aug 7, 2025
…lay-issue

Fix array arguments element type display issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant