Experimental package creation tool for MinGW.org
Révision | 3b3442902a7b3ed02b96990b3c78a09c037dc17f (tree) |
---|---|
l'heure | 2019-07-10 22:52:36 |
Auteur | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Update built-in help information.
* src/midules/help.sh [options] (--identity): Add description.
[options] (--ignore-untracked-files): Likewise.
@@ -8,7 +8,7 @@ | ||
8 | 8 | # $Id$ |
9 | 9 | # |
10 | 10 | # Written by Keith Marshall <keith@users.osdn.me> |
11 | -# Copyright (C) 2014, 2018, MinGW.org Project | |
11 | +# Copyright (C) 2014, 2018, 2019, MinGW.org Project | |
12 | 12 | # |
13 | 13 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 14 | # of this software and associated documentation files (the "Software"), to deal |
@@ -67,6 +67,13 @@ | ||
67 | 67 | --arch=name Specify the architecture for which the package is |
68 | 68 | to be built; if unspecified, "mingw32" is assumed. |
69 | 69 | |
70 | + --identity="<name>-<version>" | |
71 | + Set the package identity explicitly, rather than | |
72 | + deducing it from the source directory name; this | |
73 | + is required when the source directory structure | |
74 | + has not been established at invocation time, e.g. | |
75 | + when importing a mingw-port specification. | |
76 | + | |
70 | 77 | --option="spec" Augment the set of options specified within the |
71 | 78 | package specification file; "spec" must take the |
72 | 79 | form of an "option" directive, as it would appear |
@@ -81,6 +88,15 @@ | ||
81 | 88 | --pre-staged When creating a distributable package set, do not |
82 | 89 | run an "install" step, to refresh the staged image. |
83 | 90 | |
91 | + --ignore-untracked-files | |
92 | + Ignore the presence of untracked files, within the | |
93 | + source directory hierarchy, when creating a source | |
94 | + code distribution; normally, mingw-pkg will abort | |
95 | + when any untracked files, or uncommitted changes to | |
96 | + tracked files, are detected; this option allows the | |
97 | + operation to continue, in the presence of untracked | |
98 | + files, (but not if there are uncommitted changes). | |
99 | + | |
84 | 100 | -v, --verbose Make diagnostic output more verbose; currently, |
85 | 101 | this only enables progress reporting, when creating |
86 | 102 | distributable package sets in lzma or xz format. |