On Sep 25 2019, Adrian Schröter <adrian@suse.de> wrote:
# git show refs/changes/95/684395/5
leads to an error here. Usually you specify a commit, tag or branch. I suppose you have a local tag with that name?
You need to fetch _all_ refs (like --mirror). $ git ls-remote https://review.opendev.org/starlingx/fault | grep refs/changes/95/684395/5 6f0ec9c4fc2ba8f1c1652d98dfafbb20d03e965a refs/changes/95/684395/5 Note that obs_scm explicitly documents that alternate ref namespaces are supposed to work. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org