Files
devstack-gate/devstack-vm-update-image.py
Clark Boylan 01de7f0599 Ignore symbolic references during local_prep.
In the image update script ignore any branch returned by `git branch -a`
containing the ' -> 'substring. This entire string denotes a symbolic
reference and is not a valid branch (so it cannot be checked out). We
can do this safely because `git branch -a` will also return the branch
referred to by the reference.

Change-Id: I47852ffd6e25fe3a29a1b310142c5614ca5a6fa9
2013-01-10 13:12:36 -08:00

13 KiB
Executable File