apt-package-safelist
apt-package-safelist copied to clipboard
APT whitelist request for libdiscid0-dev
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
The above commit does not contain libdiscid0-dev. libdiscid-dev is since earlier included in the list of allowed packages, but libdiscid0-dev is still missing.
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
Nopes.. libdiscid0-dev is still not in there.
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
Still not true.
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
Still not in there.
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
_This is an automated comment._
Failed to create a commit and a PR. This usually means that there has been a commit that resolved this request. Inparticular, check https://github.com/travis-ci/apt-package-whitelist/commit/
This package is called libdiscid-dev in precise, and libdiscid0-dev in trusty, this needs to be merged for the package to be usable when using "dist: trusty".
It's not even working on precise. With
addons:
apt:
packages:
- libdiscid-dev
- nunit-console
dist: precise
I'm getting "E: Unable to locate package libdiscid-dev". While not blocking as such (I can require sudo and install libdiscid0-dev using apt-get myself), it would be a lot nicer if it worked via normal channels.