build.sh: Generate manifest with longer update span for stable

This commit is contained in:
Jan-Philipp Litza 2015-08-26 21:54:01 +02:00
parent d17f431f6d
commit 7782f27891
1 changed files with 4 additions and 0 deletions

View File

@ -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))"