]> git.ozlabs.org Git - next-scripts/blobdiff - common.sh
Merge commit 'effc2cae2d3f'
[next-scripts] / common.sh
index 31478c3909e1a6b3237db2de9158856cd840c76a..71f17fbb6a88b89278a507180378406a9bce9742 100644 (file)
--- a/common.sh
+++ b/common.sh
@@ -14,6 +14,10 @@ CTRL_FILE="../etc/control"
 
 build_host="ka2"
 build_dir="/scratch/sfr/next"
+gcc_version="4.9.0"
+j_factor=48
+ssh_key_file=~/.ssh/ra.kernel.org
+gpg_key=41D5C07A
 
 [ "$NEXT_BUILD_HOST" ] && build_host="$NEXT_BUILD_HOST"
 [ "$NEXT_BUILD_DIR" ] && build_dir="$NEXT_BUILD_DIR"