buildextend-extensions: Copy repofiles to tmpdir#3075
Conversation
|
Needs testing. |
|
Updated. Thanks @HuijingHei ! |
|
Hum, this is apparently not the full fix |
|
This is a fallout from #3036 |
|
Workaround is to copy the repo definitions into the config repo for now. I'm giving up on this one for now. We'll discuss how to move forward once @jlebon comes back. |
|
Found another workaround but the more it goes the more it goes, the lesser I like our current hacks. The Go/Python/Shell split does not help for sure. |
Copy repo config files from config dir & yumrepos git repo. Fixes: coreos#3074 Fixes: coreos#3036 Fixes: coreos#3045
cgwalters
left a comment
There was a problem hiding this comment.
Worth noting this will become dead code once machine-os-content goes away - the new flow is https://github.com/coreos/coreos-assembler/blob/main/cmd/build-extensions-container.go
I only gave this a superficial glance but it looks sane.
At some point we probably need to teach the CI here to use the separate repos flow.
Fixes: #3074
Fixes: #3045