You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is to gather git version information to be embedded in an executable; but this issue causes an error in the build script.
I don't think not having an upstream remote warrants an error here; and it would play more nicely with my build script if the exit code is not an error. I understand that this is an annoyance specific to my use case, just want to see if there's a chance the solution can be adopted upstream.
The text was updated successfully, but these errors were encountered:
If I create a local branch and run
vcs export
; it exits with error. See the sequence of actions taken to reproduce this issue below:Proposed solution: modify
vcstool/vcstool/clients/git.py
Line 213 in daf3893
My use case is to gather git version information to be embedded in an executable; but this issue causes an error in the build script.
I don't think not having an upstream remote warrants an error here; and it would play more nicely with my build script if the exit code is not an error. I understand that this is an annoyance specific to my use case, just want to see if there's a chance the solution can be adopted upstream.
The text was updated successfully, but these errors were encountered: