Binary repo hinders / confuses
I changed something my deviceinfo in aports/device/device-fairphone-fp2/
After that I rebuilt all my local packages (after pmb zap -p) because the changes didn't apply -> didn't help
After sudo find ~/.local/var/pmbootstrap/ -name "device-fairphone*" -delete
apparently pmbootstrap noticed, that I have a changed version locally and didn't use the version from the repo anymore.
I ran zap multiple times during this process and also rebuilt device-fairphone-fp2 multiple times (./pmbootstrap.py build device-fairphone-fp2 --arch=armhf --force
)
So apparently the downloaded, cached packages were prioritized over my changed local ones (yes, I didn't bump the pkgrel locally but you shouldn't have to do that, but that would have probably worked)
edit: I hope this comment isn't too confusing the way I wrote it ^^