From e2c897bb54bd0f8c1ddf848b772d3548ed3a203f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 21 Oct 2016 14:43:16 -0500 Subject: [PATCH] Corrections/updates to release documentation --- documentation/KnownProblems.html | 6 +----- documentation/ReleaseChecklist.html | 15 ++++++++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index ab10855cc..5dfc280db 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -22,11 +22,7 @@ version of EPICS Base:

diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index 49d936ca2..77917b99e 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -162,8 +162,10 @@ relevent roles unless the Release Manager designates otherwise:

base-3.15.5-rcn.tar.gz mirror-3.15 - This requires that the Bazaar keywords plugin is installed and - configured properly. + Create a GPG signature file of the tarfile as follows: +
+ gpg --armor --sign --detach-sig base-3.15.5-rcn.tar.gz +
@@ -291,8 +293,10 @@ relevent roles unless the Release Manager designates otherwise:

base-3.15.5.tar.gz mirror-3.15 - This requires that the Bazaar keywords plugin is installed and - configured properly. + Create a GPG signature file of the tarfile as follows: +
+ gpg --armor --sign --detach-sig base-3.15.5.tar.gz +
@@ -308,7 +312,8 @@ relevent roles unless the Release Manager designates otherwise:

  Website Manager If necessary recreate the tarfile following the instructions above. - Copy the tar file to the Base download area of the website + Copy the tar file and its .asc signature file to the Base + download area of the website.