OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

oe/setup.sh: Create .quiltrc in OE build container #302

Closed jandryuk closed 6 years ago

jandryuk commented 6 years ago

To help enforce consistency with the OpenXT patch format, install a .quiltrc file for the build container user.

Signed-off-by: Jason Andryuk jandryuk@gmail.com

This is untested. How does it look, @jean-edouard ? I would have preferred just copying a file into place, but since we are executed by streaming the script over ssh, this will have to do.

jean-edouard commented 6 years ago

That looks perfect thank you! I'll try to give it a quick test soon.

jean-edouard commented 6 years ago

Minor issue: the commit (and PR title) mentions "oe/build.sh" instead of "oe/setup.sh".

jandryuk commented 6 years ago

Thanks. Not sure how I messed that up.

jean-edouard commented 6 years ago

LGTM, merging soon.