Alan Baghumian has proposed merging ~alanbach/curtin:hacking-doc-update into curtin:master.
Commit message: Updated HACKING.rst to include the build/test dependency script. Requested reviews: Server Team CI bot (server-team-bot): continuous-integration curtin developers (curtin-dev) For more details, see: https://code.launchpad.net/~alanbach/curtin/+git/curtin/+merge/478343 This includes an additional step to execute tools/vmtest-system-setup before running tox. This ensures we are preventing test errors due to missing or improper dependencies. -- Your team curtin developers is requested to review the proposed merge of ~alanbach/curtin:hacking-doc-update into curtin:master.
diff --git a/HACKING.rst b/HACKING.rst index f2b618d..9a35627 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -63,6 +63,10 @@ Do these things for each feature or bug git commit +* Make sure required build/test dependencies are present by executing: + + tools/vmtest-system-setup + * Run unit tests and lint/formatting checks with `tox`_:: tox
-- Mailing list: https://launchpad.net/~curtin-dev Post to : curtin-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp