]> git.ozlabs.org Git - next-scripts/commitdiff
common.sh: mpe's settings
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Jun 2015 22:24:20 +0000 (08:24 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:55:02 +0000 (15:55 +1000)
common.sh

index 759c7f1af8f58e0a018910679085b6f50be80b27..1cd814fea35e036d1cfcc66746eb49260dda96cd 100644 (file)
--- a/common.sh
+++ b/common.sh
@@ -12,10 +12,12 @@ LOG_FILE="../merge.log"
 SHA1_FILE="../SHA1s"
 CTRL_FILE="../etc/control"
 
-build_host="ka2"
-build_dir="/scratch/sfr/next"
-gcc_version="4.9.0"
-j_factor=48
+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"
+gpg_key="C8E1A580"
 
 [ "$NEXT_BUILD_HOST" ] && build_host="$NEXT_BUILD_HOST"
 [ "$NEXT_BUILD_DIR" ] && build_dir="$NEXT_BUILD_DIR"