Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with missing import data #17

Open
5 tasks
axilleas opened this issue Aug 27, 2014 · 0 comments
Open
5 tasks

How to deal with missing import data #17

axilleas opened this issue Aug 27, 2014 · 0 comments

Comments

@axilleas
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant