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
Hi.
What you mean by break exactly? Can you attach some output?
If "git pull" is executed over a tag it does just nothing, so IMO it is not breaking anything. The only thing is that git complains... It might be controlled but does not affect in any way to the whole cooking process.
Sorry about the alarming message... we were having issues and thought it was because of that error.
It does nothing bad, but it would be a good aesthetic improvement to just check if it is a tag don't do the pull, because it is not needed, and because it throws a visual error.
nicopace
changed the title
The update breaks if feeds in feeds.conf references a tag instead of a branch
if feeds in feeds.conf references a tag instead of a branch cooker shows a git error that confuses the user
May 5, 2017
This happens with:
because v17.01.1 is a tag,
and does not happen with
That is a branch.
The issue comes because for each feeds.conf line you are doing git pull without checking if it is a tag or branch here: https://github.com/libremesh/lime-sdk/blob/master/cooker#L213
You can check the available tags by using
git tag -l
The text was updated successfully, but these errors were encountered: