alces-software / metalware

Tools and conventions for improving bare metal machine management
Other
2 stars 0 forks source link

Implement the sub asseting within `AssetBuilder` #412

Closed WilliamMcCumstie closed 6 years ago

WilliamMcCumstie commented 6 years ago

Sorry for the big commits. I got a bit carried away.

Before an asset is saved, it needs to look for the sub asset syntax (type^asset_name). When this occurs, the string needs to be translated to its final name: ^#{parent_asset_name}_#{sub_asset_name}. It also needs to schedule the sub assets to be built.