olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.21k stars 246 forks source link

Fix library update for git #695

Open rpatel3001 opened 5 months ago

rpatel3001 commented 5 months ago

Fetch instead of pull so tags work in sync-version, and do it first so we get updates before checking out the version.

rpatel3001 commented 5 months ago

Needs some work, this doesn't work for branches anymore

olofk commented 5 months ago

Just let me know when you have something I should review. I remember that there were some tricks done to correctly get tags and branches.

rpatel3001 commented 4 months ago

not actively working on this but pasting a link for later https://stackoverflow.com/a/18222877/2708313