summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-03 19:57:39 +0100
committerLukas Reschke <lukas@owncloud.com>2016-02-03 20:08:40 +0100
commiteee6d1f41b654b7aa27b91c6edc9c59436940208 (patch)
tree62c3d7b8d4bccb5d7f4f1618271933fc88231d7c /lib
parent5f300ac275036ce0333be50b8a2b5a27e6746f04 (diff)
downloadnextcloud-server-eee6d1f41b654b7aa27b91c6edc9c59436940208.tar.gz
nextcloud-server-eee6d1f41b654b7aa27b91c6edc9c59436940208.zip
Also check daily and testing channel
Diffstat (limited to 'lib')
-rw-r--r--lib/private/integritycheck/checker.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/integritycheck/checker.php b/lib/private/integritycheck/checker.php
index 352b18f672e..e6f9f9a1457 100644
--- a/lib/private/integritycheck/checker.php
+++ b/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)) {