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:
- - Parallel builds ("make -j") of Windows DLL targets don't work, because the
- build rules don't contain all the necessary dependencies. This problem has
- been fixed in the 3.15 series build rules, but will not be addressed in the
- 3.14 branch. Sequential builds always work and are recommended for automated
- build environments.
+ - None known as yet.
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.
| |