Git commit bd82b2f32eff7e4f53b1c45d81c89866164ee178 by Nate Graham, on behalf of Andrew Shark. Committed on 11/09/2023 at 16:51. Pushed by ashark into branch 'docbook_historied_per_file'.
Comply documentation for stop-on-failure conf option The [doc](https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/conf-options-table.html#conf-stop-on-failure) says it is off by default. CCBUG: 474263 Original commit: a49e8272 https://invent.kde.org/sdk/kdesrc-build/-/commit/a49e8272602fb85474a352d4d4fa363711aaa70b M +1 -2 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/bd82b2f32eff7e4f53b1c45d81c89866164ee178 diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 7c57fb95..51780025 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -1192,8 +1192,7 @@ linkend="ssh-agent-reminder"/>.</para> <entry>stop-on-failure</entry> <entry>Module setting overrides global</entry> <entry>Set this option value to <userinput>true</userinput> to cause the script to stop execution -after an error occurs during the build or install process. This option is off -by default. +after an error occurs during the build or install process. This option is true by default. </entry> </row>
