]> source.dussan.org Git - nextcloud-server.git/commitdiff
Also check daily and testing channel
authorLukas Reschke <lukas@owncloud.com>
Wed, 3 Feb 2016 18:57:39 +0000 (19:57 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 3 Feb 2016 19:08:40 +0000 (20:08 +0100)
lib/private/integritycheck/checker.php

index 352b18f672e458f8515cabfc96c004805413e2be..e6f9f9a1457571b11b92627287eee262051637ac 100644 (file)
@@ -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)) {