diff --git a/update-gluon.sh b/update-gluon.sh index fbfc39cfab1c1efe7ae17f02ad4ede9ab39b7895..c6d4a09ce18eac07c109208a2922ff9271c08c76 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -28,6 +28,7 @@ if git rev-parse --verify "remotes/origin/$fork_newest_minor_branch" &> /dev/nul fi git checkout "$upstream_newest_minor" +git am ../patches/* git checkout -b "$fork_newest_minor_branch" git tag -a "$fork_newest_minor_tag" -m "Gluon FFS $fork_newest_minor_tag" git push origin "$fork_newest_minor_branch"