Open eLBati opened 7 years ago
If I remember correctly, the way SHA pinning works in the recipe is very inefficient : basically fetching everything, hoping that SHA will then be locally available. It's also been a bit heavy to setup.
You could on the other hand fork that OCA repo on Github (or in any private system that you want), define a branch for that given commit and merge from that.
After all, you won't mind that your branch does not get updates, that's the point, isn't it ?
Right, we'll follow that workaround, thanks
If there are no plans to handle the case described here, for me this can be closed
Use case: I have a repository under
addons
and I want to merge a branch from another repository into it, at a specific revision. This is intended to prevent to silently include unexpected change to the instance.Example:
and
This configuration is supposed to add changes coming from https://github.com/OCA/reporting-engine/pull/73 at the current state (rev 90bd61d3e12270c860c4fcbdf47d6a11801b1242)
Running buildout, I get
Is this solvable?
Thanks