Make manifests dir for included manifests.#209
Conversation
The toplevel directory in this repo is getting quite polluted. Let's move all sub-manifests into a manifests subdirectory.
|
Seems fine, though this will require adapting RHCOS as well to point to the new paths it includes. |
yep, if this passes review. I'll apply the changes downstream. |
jlebon
left a comment
There was a problem hiding this comment.
SGTM! I think it does clean up things nicely.
Will leave it open for a bit.
thanks! It would be nice to also throw the repos in a subdir. Would that require changes to rpm-ostree ? |
Yes, though since as a git submodule it pins the commit, that's not necessary to do immediately after this. It doesn't hurt though either of course! |
|
I'm going to guess tests failed because of coreos/coreos-assembler#786 (comment). Now that coreos/coreos-assembler#882 is merged, I restarted tests to confirm this. |
|
FYI this seems to pass in local tests: Details |
The toplevel directory in this repo is getting quite polluted.
Let's move all sub-manifests into a manifests subdirectory.