diff --git a/patches/scratch-blocks/0001-pyblocks-basic-framework.patch b/patches/blocks/0001-pyblocks-basic-framework.patch similarity index 100% rename from patches/scratch-blocks/0001-pyblocks-basic-framework.patch rename to patches/blocks/0001-pyblocks-basic-framework.patch diff --git a/patches/scratch-blocks/0002-imu-blocks.patch b/patches/blocks/0002-imu-blocks.patch similarity index 100% rename from patches/scratch-blocks/0002-imu-blocks.patch rename to patches/blocks/0002-imu-blocks.patch diff --git a/patches/blocks/PATCHBASE b/patches/blocks/PATCHBASE new file mode 100644 index 0000000..fcb6b8e --- /dev/null +++ b/patches/blocks/PATCHBASE @@ -0,0 +1 @@ +7807d68b593f5e482a4450581ba27d4d6d939003 diff --git a/pbt.sh b/pbt.sh index aee3666..4dee98f 100755 --- a/pbt.sh +++ b/pbt.sh @@ -41,7 +41,7 @@ sub_clone() { job_success "scratch-blocks" "clone" fi job_start "scratch-blocks" "checkout" - pbase=$(/dev/null 2>&1 - git am --3way "../patches/scratch-blocks/"*.patch + git am --3way "../patches/blocks/"*.patch if [ "$?" != "0" ]; then echo "One or more patches did not apply cleanly to scratch-blocks. Check above message and try again". job_fail "scratch-blocks" "patch"