Forcing xbps-src to resolve dependencies from binpkg repos #53567
-
What would be the recommended way to force For context... I have a python3 utility that I want to pkg and install locally. At the time of writing, the version of python in srcpkgs is As far as I'm aware, there are two ways to do this...
I fully understand that this is probably quite a niche scenario, but I would grateful for any help in understanding how this works. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
if you build the offending package(s) once on your master branch, other branches can use them. otherwise, revert, checkout a commit before the push, or wait. |
Beta Was this translation helpful? Give feedback.
if you build the offending package(s) once on your master branch, other branches can use them. otherwise, revert, checkout a commit before the push, or wait.