Error:
>>> [do_build] Command failed: git apply /Users/jonas/bitcoin-dir/bitcoin-maintainer-tools/patches/stripbuildinfo.patch
>>> [do_build] Could not apply patch to strip build info. Probably it needs to be updated
Checkout the patchset from the last patch:
git checkout 'master@{aug 1}'
cat ../bitcoin-maintainer-tools/patches/stripbuildinfo.patch | patch -p1 --dry-run
cat ../bitcoin-maintainer-tools/patches/stripbuildinfo.patch | patch -p1
gc -am 'patch diff'
git rebase master
git format-patch HEAD~..HEAD --stdout
git format-patch HEAD~..HEAD --stdout > ../bitcoin-maintainer-tools/patches/stripbuildinfo.patch