Marek Goldmann
Marek Goldmann
Thanks for this clarification, now I understand what you mean. I'll try to comment on it soon.
OK, if I get it correctly this is what you want to do: 1. Do not use the `scl` repository since it doesn't exists (yet). 2. Cannot use content sets...
I like very much this idea! Overriding the entire repositories set would be accomplished by overriding a path to module. Very clean. I guess in most cases this will not...
@rnc We need to think about this one too and define story for testing modules. Maybe the option would be to NOT suggest to use/colocate Behave tests for modules? Other...
I think it definitely makes sense to improve the current situation! What I don't like in the current design is that it is not clear what attributes the particular class...
Sorry I did not reply before. I'm pretty overloaded in the last months actually and this makes reviewing such contributions pretty tricky. I'm happy to have something like this added....
After skimming the code - it may be harder to do than I thought. While merging layers we do check for each layer we want to merge if the squashed...
Simple test with using a ramdisk as the temporary directory. Dockerfile: ``` FROM fedora:23 RUN dnf -y install java RUN dnf -y install gimp RUN dnf -y install maven RUN...
Tests with Docker deamon using a ramdisk as it's temporary directory as well as the squash tool indicated that the build slowed down(!!!) by about 1s. Interesting.