Azure-Samples / Azure-Python-Standardization-Template-Generator

The source repository for the space tourism templates for Python web apps for Azure
MIT License
7 stars 2 forks source link

using --checkout on CLI tries to pull from a branch of the same name #24

Closed kjaymiller closed 8 months ago

kjaymiller commented 8 months ago

When using the --checkout flag in the cli for python tools/update_info.py repos update the cli attempts to pull from a branch with the name of the checkout.

Checkout is supposed to be used to select the branch to pull the cruft updates from not pass them to.

To Resolve the issues

Remove the -b checkout logic from the git pull in the cli function

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.