further increase update probability for nightly, require autobuilder signature
This commit is contained in:
parent
24145e18b3
commit
ca7ed83d1a
|
@ -49,9 +49,10 @@
|
||||||
branches => {
|
branches => {
|
||||||
nightly => {
|
nightly => {
|
||||||
url => 'http://[fd2f:5119:0f2c::1]/firmware/nightly/',
|
url => 'http://[fd2f:5119:0f2c::1]/firmware/nightly/',
|
||||||
probability => 0.5,
|
probability => 1,
|
||||||
good_signatures => 0,
|
good_signatures => 1,
|
||||||
pubkeys => [
|
pubkeys => [
|
||||||
|
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', # autobuilder
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
testing => {
|
testing => {
|
||||||
|
|
Loading…
Reference in New Issue