From: Stephen Rothwell Date: Mon, 12 Aug 2024 23:40:38 +0000 (+1000) Subject: I build the fs-next tree early now X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=44be87f8d1cfefc9ba32dbf28c2fa505eb7c749f;p=next-scripts I build the fs-next tree early now so push it out with pending-fixes --- diff --git a/push-pending-fixes b/push-pending-fixes index b6f837e..dfe60d2 100755 --- a/push-pending-fixes +++ b/push-pending-fixes @@ -4,7 +4,7 @@ read -r -p "Yubikey token: " tok # shellcheck disable=SC2029 ssh git@gitolite.kernel.org 2fa val-session "$tok" -git push -f korg refs/heads/pending-fixes:refs/heads/pending-fixes refs/heads/fs-current:refs/heads/fs-current +git push -f korg refs/heads/pending-fixes:refs/heads/pending-fixes refs/heads/fs-current:refs/heads/fs-current refs/heads/fs-next:refs/heads/fs-next ssh -O exit git@gitolite.kernel.org