diff options
author | 2008-03-27 21:39:14 +0000 | |
---|---|---|
committer | 2008-03-27 21:39:14 +0000 | |
commit | 91cae42bc7f7038acd5d301a51e5b4b6710e21c1 (patch) | |
tree | 768746ba38abf89bcbbaa594fb592939d69f3dc3 /man | |
parent | Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests are (diff) | |
download | portage-idfetch-91cae42bc7f7038acd5d301a51e5b4b6710e21c1.tar.gz portage-idfetch-91cae42bc7f7038acd5d301a51e5b4b6710e21c1.tar.bz2 portage-idfetch-91cae42bc7f7038acd5d301a51e5b4b6710e21c1.zip |
Bug #212509 - Implement a new --without-mask option that causes repoman to
behave as if there are no package.mask entries.
svn path=/main/trunk/; revision=9520
Diffstat (limited to 'man')
-rw-r--r-- | man/repoman.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/repoman.1 b/man/repoman.1 index 037f5db2..6a0f4387 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -34,9 +34,15 @@ Forces the metadata.xml parse check to be carried out \fB-v\fR, \fB--verbose\fR Displays every package name while checking .TP -\fB-I\fR, \fB--ignore-arches\fR +\fB\-i\fR, \fB\-\-ignore\-arches\fR Ignore arch-specific failures (where arch != host) .TP +\fB\-I\fR, \fB\-\-ignore\-masked\fR +Ignore masked packages (not allowed with commit mode) +.TP +\fB\-\-without\-mask\fR +Behave as if no package.mask entries exist +.TP \fB-m\fR, \fB--commitmsg\fR Adds a commit message via the command line .TP |