build_dir="/home/michael/linux-next/tmpfs/next"
gcc_version="4.9.3"
j_factor=640
-ssh_key_file="~/work/topics/korg/ssh/korg-mpe"
+ssh_key_file="$HOME/work/topics/korg/ssh/korg-mpe"
gpg_key="C8E1A580"
[ "$NEXT_BUILD_HOST" ] && build_host="$NEXT_BUILD_HOST"
}
# allow kisskb to use more of ka2
-ssh $build_host /usr/local/bin/set-kisskb-jfactor 48
+#ssh $build_host /usr/local/bin/set-kisskb-jfactor 48
-eval $(gpg-agent --daemon --enable-ssh-support)
+eval $(ssh-agent)
ssh-add $ssh_key_file || exit 1
if ! ssh git@gitolite.kernel.org 2fa isval; then
echo Pushing to korg ...
git push korg
-echo Pushing to korg-history ...
-git push korg-history
+#echo Pushing to korg-history ...
+#git push korg-history
echo Pushing to history
git push history