[PATCH cygport 3/3] Update documentation of all and almostall

Jon Turney jon.turney@dronecode.org.uk
Tue May 2 15:12:00 GMT 2017


On 02/05/2017 15:29, Andrew Schulman wrote:
>> 'all of the above' is no longer accurate since the addition of upload etc.
>
> In fact, all and almostall are identical. Neither includes finish. See line
> 627 of /usr/bin/cygport.
>
> Both are misnamed IMO since they exclude get and upload.

Oh wow, I'd completely missed that change [1].  Just think of all the 
time I could have saved typing 'all' rather than 'almostall' :-)

Revised patch attached.

[1] 
https://github.com/cygwinports/cygport/commit/cf200fb6328323bb3ad5a3d557e11ab7f4203d0c
-------------- next part --------------
From 6d2426fe188df265846d93b9881cb208596b6b4b Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.turney@dronecode.org.uk>
Date: Sat, 8 Apr 2017 23:21:19 +0100
Subject: [PATCH cygport 3/3] Update documentation of all

'all of the above' is no longer accurate since the addition of upload etc.

Remove mention almostall which is identical
---
 README           | 3 +--
 lib/help.cygpart | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 573276e..985e682 100644
--- a/README
+++ b/README
@@ -146,8 +146,7 @@ to be processed.  All other arguments are interpreted as a COMMAND, which may be
     package   - create binary and source packages
     upload    - upload finished packages to cygwin.com
     finish    - delete the working directory
-    all       - run all of the above, including finish
-    almostall - run all of the above, except for finish
+    all       - run prep, compile, install and package
 
 Other COMMANDs are meant primarily for maintainers:
 
diff --git a/lib/help.cygpart b/lib/help.cygpart
index 6e167ac..460f8f7 100644
--- a/lib/help.cygpart
+++ b/lib/help.cygpart
@@ -49,7 +49,7 @@ __show_help() {
 		  upload       upload finished packages to cygwin.com
 		  announce     send an announcement email to cygwin.com
 		  finish       delete the working directory
-		  all          run all of the above, excluding finish
+		  all          run prep, compile, install and package
 
 		See the included README file for further documentation.
 
-- 
2.12.2



More information about the Cygwin-apps mailing list