epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

User friendly error and fix image build target names. #78

Closed DanielVoogsgerd closed 6 days ago

DanielVoogsgerd commented 2 weeks ago

In the list of targets there targets ending in -image-build which do not actually exist. I renamed them to the -image targets so they match with the existing target. I am unfamiliar with make.py and it is complicated to graps at times, so it would be nice if this was checked.

Additionally, we should now print a friendly error when somebody tries to make a non-existent target instead of failing inside the dep tree.

DanielVoogsgerd commented 2 weeks ago

A worthy endeavour it is. Should be good now.