We are now using "click build --no-validate" to create the click package and run "click-review" as an extra step right after it. So there is no need anymore to force the return code to be 0 in case validation fails.
** Changed in: qtcreator-plugin-ubuntu Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1366049 Title: Distinguish between "click build" failing and "click build" succeeding, but validation failing Status in Qt Creator plugins for Ubuntu: Fix Released Status in “click” package in Ubuntu: Triaged Bug description: "click build" is soon going to run "click-review" as part of the build to notify developers who are using "click build" manually of possible validation issues. Currently qtcreator-plugin-ubuntu relies on the return code of "click build" being 0. If we want to distinguish between - build of click file failed - click file successfully built, validation failed - click build + validation successful we need to define a return codes for these cases. To manage notifications about this bug go to: https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1366049/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp