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
Currently pcs.Repo.def get_version_from_git() will check if the local cached repo's branch is at the same commit as the same named branch on its remote repo.
This doesn't make sense when we check-out a specific githash of a remote and thus have a floating HEAD and not remote branch name.
Currently
pcs.Repo.def get_version_from_git()
will check if the local cached repo's branch is at the same commit as the same named branch on its remote repo.This doesn't make sense when we check-out a specific githash of a remote and thus have a floating HEAD and not remote branch name.
agentos/pcs/repo.py
Lines 135 to 154 in 9e4428b
The text was updated successfully, but these errors were encountered: