Mesa (staging/22.0): fixup! fixup! bin/auto-pick: Add a script that automates applying commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 25 06:19:58 UTC 2022


Module: Mesa
Branch: staging/22.0
Commit: d48cd0b37ab7aff252c9d8b74100cc35dbcfd1e4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d48cd0b37ab7aff252c9d8b74100cc35dbcfd1e4

Author: Dylan Baker <dylan.c.baker at intel.com>
Date:   Thu Mar 24 23:19:33 2022 -0700

fixup! fixup! bin/auto-pick: Add a script that automates applying commits

---

 bin/auto-pick.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/auto-pick.py b/bin/auto-pick.py
index 86ab127391b..eb4847b75d0 100755
--- a/bin/auto-pick.py
+++ b/bin/auto-pick.py
@@ -112,6 +112,7 @@ async def main(loop: asyncio.BaseEventLoop) -> None:
             # update the ocmmit log with merged so that we don't force push and
             # hide the gitlab pipeline resuilts.
             commit.resolution = core.Resolution.MERGED
+            core.save(commits)
             await core.commit_state(amend=True)
             await git_push(commit, commits)
 



More information about the mesa-commit mailing list