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
Improve rake tasks to rerun certain tasks if data is missing.
Rerun when:
Commits FedoraRpm.where(commits: nil)
Versions
Find fedorarpm ids with the following then rerun fedora:rpm:import:versions: RpmVersion.where(rpm_version: nil).inject([]) { |arr, rpm| arr << rpm.fedora_rpm_id; arr }
Dependencies(?)
Hard to know if something went wrong. We could just check for always picking the environment.
Bugs(?)
Hard to know if something went wrong. We could search the Bug list (once it gets implemented) and check for missing bugs.
Builds(?)
Hard to know if something went wrong
The text was updated successfully, but these errors were encountered:
Improve rake tasks to rerun certain tasks if data is missing.
Rerun when:
FedoraRpm.where(commits: nil)
Find fedorarpm ids with the following then rerun
fedora:rpm:import:versions
:RpmVersion.where(rpm_version: nil).inject([]) { |arr, rpm| arr << rpm.fedora_rpm_id; arr }
Hard to know if something went wrong. We could just check for always picking the environment.
Hard to know if something went wrong. We could search the Bug list (once it gets implemented) and check for missing bugs.
Hard to know if something went wrong
The text was updated successfully, but these errors were encountered: