From a200ce5a8bd9f124512672e57f3e6f55f2332058 Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Sat, 2 Mar 2019 12:03:58 +0100 Subject: [PATCH 1/2] Fix a link to point to correct version and remove TODO entry --- admin_manual/configuration_server/occ_command.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index c6e1c5134..c0db431a7 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -768,8 +768,7 @@ Verify your app:: sudo -u www-data php occ integrity:check-app --path=/pathto/app appname When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing -`_ in the Developer manual for more detailed information. -.. TODO ON RELEASE: Update version number above on release +`_ in the Developer manual for more detailed information. ``integrity:sign-core`` is for Nextcloud core developers only. From a6c4a76429e1c66c9c35608664d5b1aae4320743 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 4 Mar 2019 13:03:52 +0100 Subject: [PATCH 2/2] Update occ_command.rst --- admin_manual/configuration_server/occ_command.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index c0db431a7..47b3bfcb9 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -769,6 +769,7 @@ Verify your app:: When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing `_ in the Developer manual for more detailed information. +.. TODO ON RELEASE: Update version number above on release ``integrity:sign-core`` is for Nextcloud core developers only.