From 0eab70bd636983a43aa490fa1d5422de4c81c02d Mon Sep 17 00:00:00 2001 From: ubestemt Date: Tue, 2 May 2017 21:13:41 +0000 Subject: [PATCH 1/2] Supplemented missing step; some rephrasing. --- building/building-archlinux-template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/building/building-archlinux-template.md b/building/building-archlinux-template.md index a6b9948c..0f463ccb 100644 --- a/building/building-archlinux-template.md +++ b/building/building-archlinux-template.md @@ -77,7 +77,7 @@ redirect_from:

-## 4: Downloading and verifying the "Qubes Automated Build System" +## 4: Downloading and verifying the integrity the "Qubes Automated Build System" * Import the Qubes master key @@ -98,9 +98,10 @@ redirect_from: * Copy your gpg keyrings to your local copy of the repository. (Otherwise you will be asked to download the keys again.) - # Assuming qubes-builder is in your home directory - cp .gnupg/pubring.gpg qubes-builder/keyrings/git/ - cp .gnupg/trustdb.gpg qubes-builder/keyrings/git/ + # Execute the following commands in your home directory. + # It is assumed that the path to the repository is '~/qubes-builder'. + mkdir -p qubes-builder/keyrings/git + cp -t qubes-builder/keyrings/git/ .gnupg/pubring.gpg .gnupg/trustdb.gpg * Verify the integrity of the downloaded repository. The last line should read `gpg: Good signature from`... From 22340ee8d9c969a22919de665f454d909bda8bbf Mon Sep 17 00:00:00 2001 From: ubestemt Date: Tue, 16 May 2017 11:39:29 +0000 Subject: [PATCH 2/2] Missing word. --- building/building-archlinux-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/building-archlinux-template.md b/building/building-archlinux-template.md index 0f463ccb..0601548b 100644 --- a/building/building-archlinux-template.md +++ b/building/building-archlinux-template.md @@ -77,7 +77,7 @@ redirect_from:

-## 4: Downloading and verifying the integrity the "Qubes Automated Build System" +## 4: Downloading and verifying the integrity of the "Qubes Automated Build System" * Import the Qubes master key