-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't error out on git libraries at fixed tags
See #721 for context. This simply uses `git fetch` instead of `git pull` if a specific version is requested. This is a kind of hacky solution, since this won't work if somebody removes the `sync-version` from the `fusesoc.conf`-file (in that case, the code will use `git pull` again, which will fail as before). Since this usecase is not that common, this commit should be enough for now.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters