From: Stephen Rothwell Date: Thu, 7 Nov 2024 22:56:25 +0000 (+1100) Subject: split pushing of fs-next from pending-fixes X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=148ae200997634299aebc4d07198ed67e998bdc2;p=next-scripts split pushing of fs-next from pending-fixes --- diff --git a/push-fs-next b/push-fs-next new file mode 100755 index 0000000..739dad7 --- /dev/null +++ b/push-fs-next @@ -0,0 +1,11 @@ +#!/bin/bash + +read -r -p "Yubikey token: " tok +# shellcheck disable=SC2029 +ssh git@gitolite.kernel.org 2fa val-session "$tok" + +git push -f korg refs/heads/fs-current:refs/heads/fs-current refs/heads/fs-next:refs/heads/fs-next + +ssh -O exit git@gitolite.kernel.org + +exit 0 diff --git a/push-pending-fixes b/push-pending-fixes index dfe60d2..9ed5ab9 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 refs/heads/fs-next:refs/heads/fs-next +git push -f korg refs/heads/pending-fixes:refs/heads/pending-fixes ssh -O exit git@gitolite.kernel.org