You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
given the code, if the latest job is found with "no new packages" is found, then if checkrepos is "on" all of the tasks are parsed up to find out a task that match the channel that we need for.
We are here at the code
Looking at the code , my understanding is that if a "past task" is found, since the tasks are sorted by ended_at, we can be sure that no other tasks will be found afterwards with packages that are missing.
Any comment?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
given the code, if the latest job is found with "no new packages" is found, then if checkrepos is "on" all of the tasks are parsed up to find out a task that match the channel that we need for.
We are here at the code
katello-cvmanager/cvmanager
Line 386 in 64778cf
When one repository is found, further check are done
katello-cvmanager/cvmanager
Line 413 in 64778cf
A deeper check start
katello-cvmanager/cvmanager
Line 200 in 64778cf
When the task is from the past, the code is just skipping this task
katello-cvmanager/cvmanager
Line 205 in 64778cf
Wondering if in this section of code, if the task is from the paste, we can skip the remaining tasks.
katello-cvmanager/cvmanager
Line 415 in 64778cf
Looking at the code , my understanding is that if a "past task" is found, since the tasks are sorted by ended_at, we can be sure that no other tasks will be found afterwards with packages that are missing.
Any comment?
The text was updated successfully, but these errors were encountered: