File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050UNSTABLE_SHORT_SHA=$( git rev-parse --short=8 " ${UNSTABLE_COMMIT} " )
5151UNSTABLE_DATE=$( TZ=UTC git log -1 --format=%cd --date=format-local:%Y%m%d " ${UNSTABLE_COMMIT} " )
5252UNSTABLE_NAME=" MiSTer_unstable_${UNSTABLE_DATE} _${UNSTABLE_SHORT_SHA} "
53- FORK_COMMITS=$( git rev-list --reverse --no-merges " ${UPSTREAM_REF} ..${FORK_HEAD} " )
5453
5554if [ -n " ${METADATA_FILE} " ]; then
5655 cat > " ${METADATA_FILE} " << EOF
@@ -75,10 +74,7 @@ trap cleanup EXIT
7574
7675echo " ==> Building from upstream ${UNSTABLE_NAME} with Zaparoo ${FORK_SHORT_SHA} "
7776git worktree add --detach " ${TMP_WORKTREE} " " ${UNSTABLE_COMMIT} " > /dev/null
78-
79- if [ -n " ${FORK_COMMITS} " ]; then
80- git -C " ${TMP_WORKTREE} " cherry-pick --no-commit ${FORK_COMMITS}
81- fi
77+ git -C " ${TMP_WORKTREE} " merge --no-edit -Xignore-all-space " ${FORK_HEAD} "
8278
8379" ${TMP_WORKTREE} /docker-build.sh" " $@ "
8480
You can’t perform that action at this time.
0 commit comments