From: František Dvořák Date: Thu, 18 Jul 2013 18:33:47 +0000 (+0200) Subject: apt-get has better output than aptitude, download keys only loally from scientific. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e641268fb5fd6dfec02fb3664b1093ff3af22a6c;p=mock.git apt-get has better output than aptitude, download keys only loally from scientific. --- diff --git a/pbuilder/D00update b/pbuilder/D00update index 748356d..f41cd37 100755 --- a/pbuilder/D00update +++ b/pbuilder/D00update @@ -1,2 +1,2 @@ #! /bin/sh -aptitude update +apt-get update diff --git a/pbuilder/G00precedence b/pbuilder/G00precedence index 8a4621c..43a81f3 100755 --- a/pbuilder/G00precedence +++ b/pbuilder/G00precedence @@ -5,5 +5,8 @@ Package: * Pin: origin "scientific.zcu.cz" Pin-Priority: 900 EOF -apt-key adv --keyserver subkeys.pgp.net --recv-keys 0x5EFA8A237157882F -apt-key adv --keyserver subkeys.pgp.net --recv-keys 0xC9CFD6911B238C53 +#vlt old: apt-key adv --keyserver subkeys.pgp.net --recv-keys 0x5EFA8A237157882F +#vlt new: apt-key adv --keyserver subkeys.pgp.net --recv-keys 0xC9CFD6911B238C53 +apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri.asc +apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc +apt-key adv --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc