action #2432
closedaction #2560: osc check repo refatoring
Refactor the repo checker to look for broken dependencies in staging prjs
100%
Description
As we rebuild submissions in staging projects, it might make sense not to test requests if they grouped, but test the
staging projects instead. Just a thought. But it would simplify many things for them when we try to map factory repos
of different projects against each other.
But we need to be extra careful not to use groups for non-staged packages then (but that will be fine)
Updated by aplanas over 10 years ago
- Status changed from New to In Progress
- Target version changed from Staging sprint 09 to Staging sprint 10
Moved it anyway just for documentation
Updated by aplanas over 10 years ago
Struggling with this. I believe that I do not understand how to do this properly.
The packages are downloaded from https://api.opensuse.org/build/PROJECT/REPO/ARCH/PACKAGE/RPMFILE. In my model, this package is not exactly the one that we need to test, because maybe this is newer that the one in the staging project.
Also I do not understand the relation with the packages that are in http://download.opensuse.org/repositories/openSUSE:/Factory:/Staging:/LETTER/standard/
Updated by aplanas over 10 years ago
- Status changed from In Progress to Feedback
Updated by coolo over 10 years ago
- Status changed from Feedback to In Progress
there shouldn't be any binaries on download.opensuse.org. those that were there were stale experiments of january, I removed them now.
if a binary is good or bad does only depend on the disturl. if the sourcemd5 is right, it's the right binary. No matter what project you downloaded it from.
Updated by aplanas over 10 years ago
- Status changed from In Progress to Resolved
Created a first approach.