apt-package-safelist
apt-package-safelist copied to clipboard
APT whitelist request for libatlas3gf-base
_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/
I have no idea how to react to this. No, this is not solved....
Also see #1835
_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/
There seems to be a bug in @travisbot: the "Run test for" commits look fine but the automated comment seems off.
None of the recent commits to master seem related to libatlast3gf-base:
https://github.com/travis-ci/apt-package-whitelist/commits/master
@BanzaiMan could you please have a look?
_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/
Indeed, there is a bug. https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/109726242#L720
@BanzaiMan I suspect this is because libatlas3gf-base
and libatlas3
share the same source packages and that libatlas3
and related -dev
packages are already in the white-list.
I find the following lines fishy (empty output): https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/109726242#L655 https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/109726242#L675
Maybe the problem comes from the following grep to find the list of packages: https://github.com/travis-ci/apt-whitelist-checker/blob/default/build.sh#L29