robur-coop / builder

Scheduling build jobs on regular intervals, collecting artifacts
ISC License
13 stars 1 forks source link

save_to_disk: Create input/ dir #5

Closed reynir closed 3 years ago

reynir commented 3 years ago

I noticed that save_to_disk failed because the input directory was not created prior.

hannesm commented 3 years ago

this looks fine, though I'm curious -- shouldn't we just dump the "full" file (which includes all inputs and outputs), and then develop a builder-inspect (or similar) utility which takes a full image and extracts the console log / script / ... ?

reynir commented 3 years ago

Yes, I think that sounds like a good way forward