aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/disable-integrity-check-as-default.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-10-10 17:57:39 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-10-10 18:00:09 +0200
commitb4bede3f03bd3a2a5b79eaa232ec94aee523cea7 (patch)
treedd85602b22f6f9985e983b27edb7b17f585ea5d9 /community/nextcloud/disable-integrity-check-as-default.patch
parent75676e55acefaa5499981ac04bdbca6033ba4dec (diff)
community/nextcloud: put back comments into the patches
All three patches were added by me and @rnalrd had removed the comments that explains their purpose when he updated them.
Diffstat (limited to 'community/nextcloud/disable-integrity-check-as-default.patch')
-rw-r--r--community/nextcloud/disable-integrity-check-as-default.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/nextcloud/disable-integrity-check-as-default.patch b/community/nextcloud/disable-integrity-check-as-default.patch
index cf6391a3332..54ea7a51e00 100644
--- a/community/nextcloud/disable-integrity-check-as-default.patch
+++ b/community/nextcloud/disable-integrity-check-as-default.patch
@@ -1,3 +1,7 @@
+We patch some files and Nextcloud's integrity check doesn't like it...
+APK ensures integrity of all installed files, so this Nextcloud's integrity
+check doesn't add any value.
+
--- a/lib/private/IntegrityCheck/Checker.php
+++ b/lib/private/IntegrityCheck/Checker.php
@@ -111,7 +111,7 @@