]> git.ozlabs.org Git - next-scripts/commitdiff
HACKS mpe
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:51:59 +0000 (15:51 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:55:29 +0000 (15:55 +1000)
common.sh
make_tree_file

index 1cd814fea35e036d1cfcc66746eb49260dda96cd..f2f6ba20e6499f4e880d4e03e2bc7a5713837e56 100644 (file)
--- 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"
index ecc6cbeff2b9347ebde6bc0c81339b518ebbb66b..460eae50bbe1bc3b575c27583f3078aa92144a8d 100755 (executable)
@@ -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