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 issues with deprecated values in apt::source #33

Merged
merged 1 commit into from
Nov 6, 2015

Conversation

b4ldr
Copy link
Member

@b4ldr b4ldr commented Oct 8, 2015

Fix issues with deprecated values

Warning: Scope(Apt::Source[gitlab_official]): $key_source is deprecated and will be removed in the next major release, please use $key => { 'source' => https://packages.gitlab.com/gpg.key } instead.
Warning: Scope(Apt::Source[knot_official]): $include_src is deprecated and will be removed in the next major release, please use $include => { 'src' => true } instead
Warning: Scope(Apt::Source[knot_official]): $include_deb is deprecated and will be removed in the next major release, please use $include => { 'deb' => true } instead

@tobru
Copy link
Contributor

tobru commented Oct 8, 2015

Thanks for the PR. Could you please make sure that the tests aren't failing. There seem to be a missing comma.

@b4ldr
Copy link
Member Author

b4ldr commented Oct 9, 2015

Tests are passing locally had to bump the dependency on apt to 2.0.0. however travis hasn't run its test, not sure if its overloaded or needs kicking some how

@tobru tobru closed this Nov 6, 2015
@tobru tobru reopened this Nov 6, 2015
tobru added a commit that referenced this pull request Nov 6, 2015
Fix issues with deprecated values in apt::source
@tobru tobru merged commit f15aa3c into voxpupuli:master Nov 6, 2015
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

Successfully merging this pull request may close these issues.

2 participants