From 13fbef668878239dc5116f899a0c9791df81081e Mon Sep 17 00:00:00 2001 From: Michael Fenn Date: Mon, 9 Dec 2013 17:19:26 -0500 Subject: Doc: Update readme and source installation docs to point to new site --- doc/installation/source.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/installation/source.txt') diff --git a/doc/installation/source.txt b/doc/installation/source.txt index 1406a5ceb..064371e87 100644 --- a/doc/installation/source.txt +++ b/doc/installation/source.txt @@ -2,7 +2,7 @@ .. _GPG1: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x75BF2C177F7D197E .. _GPG2: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x80B8492FA88FFF4B -.. _Download: http://trac.mcs.anl.gov/projects/bcfg2/wiki/Download +.. _Download: http://bcfg2.org/download/ .. _source: -- cgit v1.2.3-1-g7c22 From 01db3dc7d35d659489bfc45a9d9ddba8709184cc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 25 Feb 2014 15:02:39 -0600 Subject: doc: Fix GPG key links Signed-off-by: Sol Jerome --- doc/installation/source.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/installation/source.txt') diff --git a/doc/installation/source.txt b/doc/installation/source.txt index 064371e87..9bf023fbc 100644 --- a/doc/installation/source.txt +++ b/doc/installation/source.txt @@ -1,7 +1,8 @@ .. -*- mode: rst -*- +.. vim: ft=rst -.. _GPG1: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x75BF2C177F7D197E -.. _GPG2: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x80B8492FA88FFF4B +.. _7F7D197E: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x75BF2C177F7D197E +.. _A88FFF4B: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x80B8492FA88FFF4B .. _Download: http://bcfg2.org/download/ .. _source: @@ -17,8 +18,8 @@ Tarball The Bcfg2 source tarball can be grabbed from the `Download`_ page. -All tarballs are signed with GPG keys `7F7D197E `_ or `A88FFF4B -`_. You can verify your download by importing the keys and running :: +All tarballs are signed with GPG keys `7F7D197E`_ or `A88FFF4B`_. You +can verify your download by importing the keys and running :: gpg --recv-keys 0x75bf2c177f7d197e 0x80B8492FA88FFF4B gpg --verify bcfg2-.tar.gz.gpg bcfg2-.tar.gz -- cgit v1.2.3-1-g7c22