Another take to use arch when selecting repo for build target#1097
Another take to use arch when selecting repo for build target#1097abitrolly wants to merge 2 commits intoopenSUSE:masterfrom
Conversation
* [ ] trace the role of `no_repo`
* [ ] trace the role of `repo_names`
* [ ] check offline logic is not broken (check that offline still
needed a non-empty repo list before this change)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1097 +/- ##
==========================================
- Coverage 22.95% 22.95% -0.01%
==========================================
Files 27 27
Lines 16368 16373 +5
==========================================
Hits 3758 3758
- Misses 12610 12615 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
|
It is a string comparison of arch that |
|
So it returns the same repo multiple times with different arch |
|
Does not work for me: localhost:~/home:michals/vertest # osc -d build |
|
That was a mistake indeed. Fixed that part. |
|
Looks like this works, thanks osc -d build |
|
This pull request has been in a draft state for quite some time. |
|
@dmach it looks like this PR improves error messages, but I don't remember what I was trying to do and if it reaches that point. Feel free to close it if it has no value. |
|
This PR is stale because it has been open 200 days with no activity. |
This is another attempt to solve problem that
osc buildselectsOpenSuse_Tumbleweedeven if this selection doesn't fit the required architecture.#241 (comment)
no_reporepo_namesneeded a non-empty repo list before this change)