From: Michael Ellerman Date: Fri, 19 Jun 2015 05:51:59 +0000 (+1000) Subject: HACKS X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmpe;p=next-scripts HACKS --- diff --git a/common.sh b/common.sh index 1cd814f..f2f6ba2 100644 --- a/common.sh +++ b/common.sh @@ -16,7 +16,7 @@ build_host="alpine1.ozlabs.ibm.com" 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" diff --git a/make_tree_file b/make_tree_file index ecc6cbe..460eae5 100755 --- a/make_tree_file +++ b/make_tree_file @@ -10,9 +10,9 @@ h=$(date '+%k') } # 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 @@ -74,8 +74,8 @@ old_tags=$(git ls-remote --tags korg 'next-*[0-9]' | 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