From b4bede3f03bd3a2a5b79eaa232ec94aee523cea7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 10 Oct 2018 17:57:39 +0200 Subject: 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. --- community/nextcloud/disable-integrity-check-as-default.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/nextcloud/disable-integrity-check-as-default.patch') diff --git a/community/nextcloud/disable-integrity-check-as-default.patch b/community/nextcloud/disable-integrity-check-as-default.patch index cf6391a333..54ea7a51e0 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 @@ -- cgit v1.2.3