Browse Source

Also check daily and testing channel

remotes/origin/file-rename-activities
Lukas Reschke 10 years ago
parent
commit
eee6d1f41b
  1. 2
      lib/private/integritycheck/checker.php

2
lib/private/integritycheck/checker.php

@ -90,6 +90,8 @@ class Checker {
// FIXME: Once the signing server is instructed to sign daily, beta and
// RCs as well these need to be included also.
$signedChannels = [
'daily',
'testing',
'stable',
];
if(!in_array($this->environmentHelper->getChannel(), $signedChannels, true)) {

Loading…
Cancel
Save