]> git.ozlabs.org Git - next-scripts/commitdiff
make_tree_file: cleanup
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 12 May 2017 05:06:41 +0000 (15:06 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 12 May 2017 05:06:41 +0000 (15:06 +1000)
The new ssh setup for gitolite.kernel.org

common.sh
make_tree_file

index 204a0c8d60b6f90684edfd8cde2497d06e73f434..0ff79952f2120e294e84ad1ed2ce6687bbcc2759 100644 (file)
--- 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" ] && {
index f7c1c6993ebdf085a6857f99118c1fc367c835bd..5a8248273f56c6f7e92780892cace033f8489a12 100755 (executable)
@@ -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