Git commit f8204c946cd23fd2a13afb5c09926af356f0d17f by Michael Pyne. Committed on 15/03/2014 at 22:51. Pushed by ashark into branch 'docbook_historied_per_file'.
kde-projects: Add --no-metadata command line option. BUG:331939 FIXED-IN:1.16 Original commit: 900a08a7 https://invent.kde.org/sdk/kdesrc-build/-/commit/900a08a7d8421452be08d0e0967d46975541cb21 M +12 -0 doc/cmdline/supported-cmdline-params.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/f8204c946cd23fd2a13afb5c09926af356f0d17f diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook index d5efcb87..b838a4ca 100644 --- a/doc/cmdline/supported-cmdline-params.docbook +++ b/doc/cmdline/supported-cmdline-params.docbook @@ -158,6 +158,18 @@ Skip the build process. </para></listitem> </varlistentry> +<varlistentry id="cmdline-no-metadata"> +<term><parameter>--no-metadata</parameter></term> +<listitem><para> +Do not automatically download the extra metadata needed for &kde; git modules. +The source updates for the modules themselves will still occur unless you pass +<link linkend="cmdline-no-src">--no-src</link> as well. +</para><para> +This can be useful if you are frequently re-running &kdesrc-build; since the +metadata does not change very often. +</para></listitem> +</varlistentry> + <varlistentry id="cmdline-no-install"> <term><parameter>--no-install</parameter></term> <listitem><para>
