helpers: set_base_lmp_version: work on a copy of the git repo#242
Conversation
affd453 to
6197858
Compare
|
I'm re-running the build https://app.foundries.io/factories/lmp/targets/1979/runs/build-intel-corei7-64/console with your change. |
|
as noted in slack. This fix is fine, but the real issue is that foundriesio/lmp-manifest@d7a019b is overriding what we do here. |
I already knew that |
1fe524c to
9990ab3
Compare
9990ab3 to
e516f02
Compare
ricardosalveti
left a comment
There was a problem hiding this comment.
Nice, thanks! We just need to validate this on a factory and we should be good to land.
I will run a build with this in one of my factories. |
Remove the last tag I will cleanup it a bit removing all these debug commands and let's just stick with Anyawy we can't test the http mirror on the factory because they are used only in public lmp builds, on the factory we use the previous mechanism over nfs |
e516f02 to
a15a640
Compare
That's fine, not so concerned with the public lmp jobs. |
Signed-off-by: Jose Quaresma <[email protected]>
This is to be used only for fetching the sstate cache and can be incremented that's what happens in the development version of lmp so is better to use a explicit name for that. Signed-off-by: Jose Quaresma <[email protected]>
The version need to be extracted from the upstream lmp-manifest otherwise it can come from the user repo that can have invalid tags for this propose or even not having any tag. Also change it and use abbrev=0 to get only the tag name and in this way we can use this as well for the sstate cache. Signed-off-by: Jose Quaresma <[email protected]>
a15a640 to
d0529d3
Compare
Signed-off-by: Jose Quaresma [email protected]