shymega-ct commented on code in PR #2057:
URL: https://github.com/apache/buildstream/pull/2057#discussion_r2823901264


##########
doc/source/using_execution_of_elements.rst:
##########
@@ -0,0 +1,112 @@
+Execution of BuildStream Elements
+=================================
+
+This page provides a guide on how BuildStream elements are converted
+into executable build steps, including how element types may affect
+this.
+
+When a BuildStream element is being built, it can roughly be broken down
+into these individual stages:
+
+- Sources are fetched
+- The sandbox is prepared
+- Configure and Run commands
+- Install Commands and Caching Artifacts
+
+Sources are fetched
+-------------------
+
+The hidden first step is actually validating the ``yaml``. This includes

Review Comment:
   What do you mean, specifically by this? Is there a specific page you could 
link to for context?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to