You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:33:12 UTC

[buildstream] 01/05: projectconfig.yaml: Add default-element var

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch issue_640-Build-All
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 62e418cb5cbe2e4d664777aeda7dd944e955c115
Author: Phillip Smyth <ph...@codethink.co.uk>
AuthorDate: Wed Dec 12 16:02:57 2018 +0000

    projectconfig.yaml: Add default-element var
---
 buildstream/data/projectconfig.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index e9bdaa1..dc5acfb 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -167,3 +167,10 @@ shell:
   # Command to run when `bst shell` does not provide a command
   #
   command: [ 'sh', '-i' ]
+
+# Default Targets
+#
+defaults:
+
+  # Set a Default element to build when none are defined 
+  target-element: None