From 2d6e3a6681d2cb072928c4b9c37b9a7cf08782ea Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Wed, 26 Aug 2015 21:54:01 +0200 Subject: [PATCH] build.sh: Generate manifest with longer update span for stable --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 0930d0f..57282ed 100755 --- a/build.sh +++ b/build.sh @@ -90,6 +90,10 @@ case "$branch" in ;; esac +if [ "$branch" = "stable" ]; then + export GLUON_PRIORITY=7 +fi + # calculate number of threads if [ -z "$debug" ]; then proc_num="$(($(grep -c '^processor\s' /proc/cpuinfo) + 1))"