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

Fix raise conditions for dependencies #8

Open
asdil12 opened this issue Aug 20, 2013 · 1 comment
Open

Fix raise conditions for dependencies #8

asdil12 opened this issue Aug 20, 2013 · 1 comment
Labels

Comments

@asdil12
Copy link
Owner

asdil12 commented Aug 20, 2013

External dependency versions may change, while the build is running.

The least bad outcome is an incorrect info in the build db entry. But a build fail could also appear.

@asdil12
Copy link
Owner Author

asdil12 commented Aug 21, 2013

Two possible solutions:

  • Own repo mirror (updated before initial chroot update)
    • Consistent build against outdated dependency version, rebuild all pkgs on next run
  • Fetch (updated) dependency version after build from chroot
    • Inconsistent build - partly against old and new dependencies, partly rebuild on next run
    • Build fails may still appear, but be fixed on next run - so the inbetween builds may have missing or old (failed) pkgs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant