From 148ae200997634299aebc4d07198ed67e998bdc2 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 8 Nov 2024 09:56:25 +1100 Subject: [PATCH] split pushing of fs-next from pending-fixes --- push-fs-next | 11 +++++++++++ push-pending-fixes | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 push-fs-next 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 -- 2.39.5