add code signing instructions

I had trouble understanding how to sign the code. @MorrisJobke told me on Monday. Maybe helpfull for others, too. Haven't tested it, though.
This commit is contained in:
hirschrobert
2018-08-30 12:07:52 +02:00
committed by GitHub
parent d025055e34
commit 57c98664ac

View File

@@ -48,6 +48,11 @@ Is code signing mandatory for apps?
Code signing is required for all applications on apps.nextcloud.com.
How do I sign my code?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For a signed commit add ``-s`` option. Alternatively, add ``Signed-off-by: John Doe <doe@example.com>`` in the commit message.
.. _code_signing_fix_warning_label:
Fixing invalid code integrity messages