From 87f7336193d19fbf8b260a80c779ecc658696f59 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Fri, 12 Jun 2015 08:24:20 +1000 Subject: [PATCH] common.sh: mpe's settings --- common.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common.sh b/common.sh index 759c7f1..1cd814f 100644 --- 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" -- 2.39.2