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
if (pkg_name.startswith(prefix) or (pkg_data["name"].endswith("distro-mutex") anddistroinpkg_data["build"])) and (pkg_data["timestamp"]>=cutoff_timestamp)
105
+
if (pkg_name.startswith(prefix) or (pkg_data["name"].endswith("distro-mutex") anddistroinpkg_data["build"])) and (get_timestamp_with_workaround_for_timestamp_in_seconds_instead_of_milliseconds(pkg_data)>=cutoff_timestamp)
95
106
}
96
107
97
108
print(f"Found {len(filtered_packages)} packages in {SOURCE_CHANNEL}/{platform} that belong to distro {distro}")
0 commit comments