From ac590e671e19235547182f8040ca4c76881ff2c3 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 9 May 2017 14:46:25 -0500 Subject: [PATCH] Adjustments to Checklist commands --- documentation/ReleaseChecklist.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index 444097c42..bcabe61c5 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -157,8 +157,8 @@ the final release version.

cd base-3.16
git archive - --prefix=base-3.16.1-rc1 - --output=base-3.16.1-rc1.tar.gz + --prefix=base-3.16.1-rc1/ + --output=../base-3.16.1-rc1.tar.gz R3.16.1-rc1 configure documentation LICENSE Makefile README src startup
@@ -289,8 +289,8 @@ the final release version.

cd base-3.16
git archive - --prefix=base-3.16.1 - --output=base-3.16.1.tar.gz + --prefix=base-3.16.1/ + --output=../base-3.16.1.tar.gz R3.16.1 configure documentation LICENSE Makefile README src startup