apt-source-safelist icon indicating copy to clipboard operation
apt-source-safelist copied to clipboard

Safelist of apt sources approved for build environments with restricted sudo

Results 100 apt-source-safelist issues
Sort by recently updated
recently updated
newest added

Hey i m having an issue building my android application on travis due to an ssl error when getting the source of apt addons plugin: the error is : $...

Using the following directive: ```yml addons: apt: sources: - debian-sid update: true packages: - r-base - r-base-dev ``` There's a list of packages that cannot be authenticated (https://travis-ci.org/github/spluque/scikit-diveMove/jobs/704835048). Any recommendations?

Mainline nginx is where the new features go in, so it generally has superior reverse-proxying. Good for testing that the nginx config for your project really does proxy requests the...

``` deb http://ppa.launchpad.net/vala-team/ppa/ubuntu precise main deb-src http://ppa.launchpad.net/vala-team/ppa/ubuntu precise main ```

https://travis-ci.community/t/get-error-when-install-google-chrome-stable-w-gpg-error-http-dl-google-com-linux-chrome-deb-stable-release-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available-no-pubkey-78bd65473cb3bd13/6917/3 The entry is broken and since you now recommend `addons.chrome` to install Chrome ([which doesn't integrity-check the `.deb`](https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/addons/chrome.rb#L30)), it should be removed so that users aren't tempted to use...

This adds "llvm-toolchain-xenial-9", requested in https://github.com/travis-ci/apt-source-safelist/issues/407#issuecomment-545354251

Can someone explain me the difference between `key_url` and `canonical_key_url`?

Add ghcjs repository to the whitelist in addition to ghc repository for testing Haskell-javascript builds