This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository website.
commit fd5662782bcde4868a5ce871f1e6f8829f5a5761 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 8 20:37:55 2016 +0200 Mark PPA othermirrors as trusted. --- policy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy.xml b/policy.xml index 10f9f72..e7ee297 100644 --- a/policy.xml +++ b/policy.xml @@ -2014,7 +2014,7 @@ allowed_distributions = .* <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>xenial-ubuntugis-unstable</replaceable>.cow \ <option>--hookdir=/var/cache/pbuilder/hook.d/</option> \ <option>--mirror</option>=http://<replaceable>nl</replaceable>.archive.ubuntu.com/ubuntu/ \ - <option>--othermirror</option>="deb http://ppa.launchpad.net/ubuntugis/<replaceable>ubuntugis-unstable</replaceable>/ubuntu <replaceable>xenial</replaceable> main" \ + <option>--othermirror</option>="deb [ trusted=yes ] http://ppa.launchpad.net/ubuntugis/<replaceable>ubuntugis-unstable</replaceable>/ubuntu <replaceable>xenial</replaceable> main" \ <option>--components</option>="main universe" </programlisting> Make sure to replace the Ubuntu mirror URL with the @@ -2029,7 +2029,7 @@ allowed_distributions = .* <option>--basepath</option>=/var/cache/pbuilder/base-<replaceable>xenial-osgeolive</replaceable>.cow \ <option>--hookdir=/var/cache/pbuilder/hook.d/</option> \ <option>--mirror</option>=http://<replaceable>nl</replaceable>.archive.ubuntu.com/ubuntu/ \ - <option>--othermirror</option>="deb http://ppa.launchpad.net/osgeolive/<replaceable>nightly</replaceable>/ubuntu <replaceable>xenial</replaceable> main" \ + <option>--othermirror</option>="deb [ trusted=yes ] http://ppa.launchpad.net/osgeolive/<replaceable>nightly</replaceable>/ubuntu <replaceable>xenial</replaceable> main" \ <option>--components</option>="main universe" </programlisting> Also make sure to replace the Ubuntu mirror URL with the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

