build.sh: Generate manifest with longer update span for stable
This commit is contained in:
parent
d17f431f6d
commit
7782f27891
4
build.sh
4
build.sh
|
@ -90,6 +90,10 @@ case "$branch" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$branch" = "stable" ]; then
|
||||||
|
export GLUON_PRIORITY=7
|
||||||
|
fi
|
||||||
|
|
||||||
# calculate number of threads
|
# calculate number of threads
|
||||||
if [ -z "$debug" ]; then
|
if [ -z "$debug" ]; then
|
||||||
proc_num="$(($(grep -c '^processor\s' /proc/cpuinfo) + 1))"
|
proc_num="$(($(grep -c '^processor\s' /proc/cpuinfo) + 1))"
|
||||||
|
|
Loading…
Reference in New Issue