You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2019/09/30 12:45:41 UTC

[commons-daemon] 02/02: Update release instructions

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 5a499d79537514807d08e5b59e229c5249d85eb1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 30 13:45:24 2019 +0100

    Update release instructions
---
 HOWTO-RELEASE.txt | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 34fe917..376fa48 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -27,6 +27,7 @@ Use Java 7.
 
 If you haven't already, add your public PGP key to KEYS.
 
+
 Update version numbers as needed
 --------------------------------
 
@@ -53,6 +54,10 @@ Only in tag:
 Search for the text "THIS FILE IS GENERATED BY" and regenerate the generated
 files.
 
+
+Checkout
+--------
+
 Check out a clean copy of commons daemon from git to make sure you don't have
 any lingering configure or build files. This will make sure that the source
 distribution created is clean.
@@ -62,18 +67,15 @@ https://gitbox.apache.org/repos/asf/commons-daemon.git
 to a directory named daemon. All further path names will be relative to this
 directory.
 
+If building from an existing checkout, clean the build directories:
+mvn clean
+
+
 Create native build scripts
 ---------------------------
 
 cd /src/native/unix
 sh support/buildconf.sh
-rm -rf autom4te.cache
-
-
-Clean the build directories
----------------------------
-
-mvn clean
 
 
 Native build
@@ -85,6 +87,9 @@ target/prunsrv.exe
 target/prunmgr.exe
 target/amd64/prunsrv.exe
 
+Note: `nmake -f Makefile install` will place these files in the correct
+      locations but they will be unsigned
+
 
 Maven tasks
 -----------