From c517bbf43ffb5fc073849d461c9a2236972fb311 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 12 May 2017 15:06:41 +1000 Subject: [PATCH] make_tree_file: cleanup The new ssh setup for gitolite.kernel.org --- common.sh | 1 - make_tree_file | 7 ------- 2 files changed, 8 deletions(-) diff --git a/common.sh b/common.sh index 204a0c8..0ff7995 100644 --- a/common.sh +++ b/common.sh @@ -16,7 +16,6 @@ build_host="colugo-sfr" build_dir="/home/sfr/next/next" gcc_version="4.9.0" j_factor=48 -ssh_key_file=~/.ssh/kup.kernel.org gpg_key=89F91C0A41D5C07A [ "$NEXT_BUILD_HOST" ] && { diff --git a/make_tree_file b/make_tree_file index f7c1c69..5a82482 100755 --- a/make_tree_file +++ b/make_tree_file @@ -9,13 +9,6 @@ h=$(date '+%k') exit 1 } -# allow kisskb to use more of ka2 -#ssh $build_host /usr/local/bin/set-kisskb-jfactor 48 - -trap "ssh-add -d $ssh_key_file" EXIT - -ssh-add $ssh_key_file || exit 1 - if ! ssh git@gitolite.kernel.org 2fa isval; then read -r -p "Yubikey token: " tok ssh git@gitolite.kernel.org 2fa val $tok -- 2.39.5