X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=common.sh;h=74a31c79ce417bcfcc1f7517ac8e2ef9e42a3f13;hb=eb8b08702079dfcfaea7f47e2a75f51ec0ee6e7c;hp=eb7cc75e2afca8a44fd8f917462989e76b17c730;hpb=029aa065ad2dfb9c8c7419df4ff996ebb9de31b9;p=next-scripts diff --git a/common.sh b/common.sh index eb7cc75..74a31c7 100644 --- a/common.sh +++ b/common.sh @@ -12,12 +12,12 @@ LOG_FILE="../merge.log" SHA1_FILE="../SHA1s" CTRL_FILE="../etc/control" -build_host="colugo-sfr" +build_host="ash" build_dir="/home/sfr/next/next" gcc_version="4.9.0" -j_factor=48 -ssh_key_file=~/.ssh/ra.kernel.org +j_factor=$(nproc) gpg_key=89F91C0A41D5C07A +kup_gpg_key=015042F34957D06C [ "$NEXT_BUILD_HOST" ] && { build_host="$NEXT_BUILD_HOST"