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
Some recent changes to the buildfarm will break if the deployed Jenkins jobs are not in sync with the repository, so we'll need to make the changes in multiple stages. This issue tracks the follow-up stages of the changes so that the backwards-compatible changes aren't left in the code.
Update repository status page to support RPM #781 modified an argument to pass the os_name. The old argument should be dropped. Additionally, an Ubuntu-specific wrapper function should be dropped from status_page.py.
Introduce a PlatformPackageDescriptor object #785 introduced an object for storing platform-specific package metadata retrieved from a repository. That str-compatible object should be replaced with a namedtuple as described in the comments.
Some recent changes to the buildfarm will break if the deployed Jenkins jobs are not in sync with the repository, so we'll need to make the changes in multiple stages. This issue tracks the follow-up stages of the changes so that the backwards-compatible changes aren't left in the code.
os_name
argument torun_check_sync_criteria_job.py
. That argument should be made required.os_name
. The old argument should be dropped. Additionally, an Ubuntu-specific wrapper function should be dropped fromstatus_page.py
.str
-compatible object should be replaced with anamedtuple
as described in the comments.[ ] Don't show subpackage source packages as missing #787 added an attribute to an existingnamedtuple
and was given a default value. That default should be dropped making the new attribute mandatory.The text was updated successfully, but these errors were encountered: