travis-ci / apt-source-safelist

Safelist of apt sources approved for build environments with restricted sudo
MIT License
79 stars 94 forks source link

Whitelisted source is disallowed #369

Closed lgrahl closed 7 years ago

lgrahl commented 7 years ago

I'm having trouble using a whitelisted source. Check out this build. I've added the george-edison55-precise-backport PPA which is whitelisted... but this is the output:

Disallowing sources: george-edison55-precise-backport To add unlisted APT sources, follow instructions in https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon

The config (original config) looks perfectly fine to me - it should work according to the chapter the error output above mentions. What am I doing wrong?

dracos commented 7 years ago

The name is "george-edison55-precise-backports", not "george-edison55-precise-backport".

lgrahl commented 7 years ago

Oh, thanks! I haven't seen that.