We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The nci src jobs add bionic as a source repo even on xenial builds This breaks on release-lts which has no bionic build.
in ci-tooling/nci/lib/setup_repo.rb add_source_repo! does a loop over NCI.series.each_key do |dist| which is why it adds both
this isn't the case with add_repo! which just calls debline() which adds LSB::DISTRIB_CODENAME
I'm not sure why they decide which release versions to add is different
The text was updated successfully, but these errors were encountered:
read the code. this is intentional lts failing is obviously a problem though probably simply need the empty repos published
Sorry, something went wrong.
above comments from sitter
No branches or pull requests
The nci src jobs add bionic as a source repo even on xenial builds
This breaks on release-lts which has no bionic build.
in ci-tooling/nci/lib/setup_repo.rb add_source_repo! does a loop over NCI.series.each_key do |dist| which is why it adds both
this isn't the case with add_repo! which just calls debline() which adds LSB::DISTRIB_CODENAME
I'm not sure why they decide which release versions to add is different
The text was updated successfully, but these errors were encountered: