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

nci src jobs add bionic repo #20

Open
jriddell opened this issue Mar 9, 2018 · 2 comments
Open

nci src jobs add bionic repo #20

jriddell opened this issue Mar 9, 2018 · 2 comments

Comments

@jriddell
Copy link
Contributor

jriddell commented Mar 9, 2018

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

@jriddell
Copy link
Contributor Author

jriddell commented Mar 9, 2018

read the code. this is intentional
lts failing is obviously a problem though
probably simply need the empty repos published

@jriddell
Copy link
Contributor Author

jriddell commented Mar 9, 2018

above comments from sitter

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

No branches or pull requests

1 participant