You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smart-live-rebuild fails to recognize an updated repository if there are more than one repositories involved.
For the following ebuild gmic-9999.ebuild.txt
it only checks
-> [media-gfx/gmic:0] https://github.com/c-koi/zart.git [HEAD]
--> at rev 54bc6ec2b855b8c31fe317a68e4da8a3f786e8c7 (no changes)
It's design limitation, can't do anything about it. The goal was to solve this via a proper ebuild phase function in a future EAPI. I've even had an experimental version of smart-live-rebuild doing that but it turned out horribly slow, so it never landed in master.
smart-live-rebuild fails to recognize an updated repository if there are more than one repositories involved.
For the following ebuild
gmic-9999.ebuild.txt
it only checks
-> [media-gfx/gmic:0] https://github.com/c-koi/zart.git [HEAD]
--> at rev 54bc6ec2b855b8c31fe317a68e4da8a3f786e8c7 (no changes)
but it doesn't recognize that
EGIT_REPO_URI="https://github.com/dtschump/gmic.git"
has been updated.
Thanks for this very useful script,
Helmut
The text was updated successfully, but these errors were encountered: