Hi Leo,
This looks OK. However I just noticed - the output tarfile isn't compressed.
Can we enable gzip compression? In practice that means mode should be 'w:gz'
when writing out and also .tar.gz instead of .tar extension.
A couple of minor message notes below as well.
On Friday, 2 June 2017
From: Leonardo Sandoval
By default, exports the whole workspace (all recipes) including the source code.
User can also limit what is exported with --included/--excluded flags. As
a result of this operation, a tar archive containing only workspace metadata
and its corresponding source code is crea