The source project of this merge request has been removed.
Add a --except flag to show, fetch and track
All threads resolved!
All threads resolved!
Compare changes
- Sam Thursfield authored
Previously the build would start but then fail during assemble() once it became clear there were no files to import. Now an error is raised right away: Error loading pipeline: import element at gnu-toolchain/base-platform.bst [line 1 column 0]: An import element must have at least one source The usual cause of this error in my experience is when sources are chosen using the 'arches' conditional. If the user specifies an arch that the import element doesn't know about then they will get see this error which may not be particularly helpful.
@@ -43,7 +43,11 @@ class ImportElement(BuildElement):
@@ -78,7 +82,7 @@ class ImportElement(BuildElement):