Git commit a49e8272602fb85474a352d4d4fa363711aaa70b by Nate Graham, on behalf of Andrew Shark. Committed on 11/09/2023 at 18:51. Pushed by ngraham into branch 'master'.
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 M +1 -2 doc/index.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/a49e8272602fb85474a352d4d4fa363711aaa70b diff --git a/doc/index.docbook b/doc/index.docbook index 1cd114cb..2559c4a9 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2952,8 +2952,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>
