build.sh: Generate manifest with longer update span for stable
This commit is contained in:
parent
9f9df5f816
commit
2d6e3a6681
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