]> git.ozlabs.org Git - next-scripts/commitdiff
I build the fs-next tree early now
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Aug 2024 23:40:38 +0000 (09:40 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Aug 2024 23:40:38 +0000 (09:40 +1000)
so push it out with pending-fixes

push-pending-fixes

index b6f837e34b57165a578284097c68c3c9b47edeef..dfe60d26650c89cf5a9b4e63269e8c0adb3bd662 100755 (executable)
@@ -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