From 7782f2789133d1ffaaf087dd84e586a377804635 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))"