As in to resume from the last failed module. This should be much easier nowadays with persistent option support. See also bug 289754
Git commit 7222909901afcf1a2f1f395714e6ed0ac46020f6 by Michael Pyne. Committed on 16/03/2014 at 03:15. Pushed by mpyne into branch 'master'. Add --resume (and --stop-on-failure) command line options. Now you don't have to do --stop-on-failure=1. --resume is documented in the man page and docbook, but basically lets you resume the last build list quickly without source or metadata updates, starting from the module that failed. If you want to skip the failed module, look into --resume-after and --stop-before. FIXED-IN:1.16 M +48 -0 doc/index.docbook M +43 -0 doc/man-kdesrc-build.1.docbook M +27 -2 modules/ksb/Application.pm http://commits.kde.org/kdesrc-build/7222909901afcf1a2f1f395714e6ed0ac46020f6
Git commit 09b14a79b4c3223731b3b7f040da61795b5ef9bf by Michael Pyne. Committed on 16/03/2014 at 03:15. Pushed by ashark into branch 'docbook_historied_per_file'. Add --resume (and --stop-on-failure) command line options. Now you don't have to do --stop-on-failure=1. --resume is documented in the man page and docbook, but basically lets you resume the last build list quickly without source or metadata updates, starting from the module that failed. If you want to skip the failed module, look into --resume-after and --stop-before. FIXED-IN:1.16 Original commit: 72229099 https://invent.kde.org/sdk/kdesrc-build/-/commit/7222909901afcf1a2f1f395714e6ed0ac46020f6 M +40 -0 doc/cmdline/supported-cmdline-params.docbook M +8 -0 doc/using-kdesrc-build/advanced-features.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/09b14a79b4c3223731b3b7f040da61795b5ef9bf