adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 18 forks source link

--remote_name argument #96

Closed FoamyGuy closed 1 year ago

FoamyGuy commented 1 year ago

Adds an argument that can be used to specify a remote name different from "origin" when running build-bundle.

In local copies of repos, I try to keep remotes named after their owner github username so the adafruit remote gets named "adafruit" instead of "origin" this change allows me to use the build-bundles command without having errors about not finding the origin remote.