This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via ccbe39e94aabfc512f689eb74df1915de9298085 (commit) from 1c94d079236ec2a9471752dd09bcd084ed6e2c4b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ccbe39e94aabfc512f689eb74df1915de9298085 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Feb 7 19:56:39 2011 +0100
Change pgp keyserver to pgp.ipfire.org so we can change it in the dns.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/46/filelists/files | 1 + src/pakfire/lib/functions.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/46/filelists/files b/config/rootfiles/core/46/filelists/files index 5f4605e..4996397 100644 --- a/config/rootfiles/core/46/filelists/files +++ b/config/rootfiles/core/46/filelists/files @@ -1,2 +1,3 @@ etc/system-release boot/ipfirerd-2.6.32.28.img +opt/pakfire/lib/functions.pl diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index ba02423..133b495 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -865,7 +865,7 @@ sub checkcryptodb { unless ( "$ret" eq "0" ) { message("CRYPTO WARN: The GnuPG isn't configured corectly. Trying now to fix this."); message("CRYPTO WARN: It's normal to see this on first execution."); - my $command = "gpg --keyserver pgp.mit.edu --always-trust --status-fd 2"; + my $command = "gpg --keyserver pgp.ipfire.org --always-trust --status-fd 2"; system("$command --recv-key $myid >> $Conf::logdir/gnupg-database.log 2>&1"); system("$command --recv-key $trustid >> $Conf::logdir/gnupg-database.log 2>&1"); } else {
hooks/post-receive -- IPFire 2.x development tree