* [gentoo-commits] proj/R_overlay:wip/addition_control commit in: doc/rst/
2014-07-18 16:20 [gentoo-commits] proj/R_overlay:master commit in: doc/rst/ André Erdmann
@ 2014-07-18 14:55 ` André Erdmann
0 siblings, 0 replies; 2+ messages in thread
From: André Erdmann @ 2014-07-18 14:55 UTC (permalink / raw
To: gentoo-commits
commit: ddc44b19a1310813ccbf1a533a1884685bd27ce3
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Jul 18 14:53:53 2014 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Jul 18 14:53:53 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ddc44b19
doc/rst/usage.rst: document add-policy args
---
doc/rst/usage.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index f841f36..c8ffff9 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -514,6 +514,51 @@ to know in detail what *roverlay* does before running it.
--no-incremental
Force recreation of existing ebuilds
+--package-revbump <package>
+ Enforces a revbump of ``<package>``.
+
+ ``<package>`` can be a package name (``${PN}``), a package name with
+ version (``${P}`` or ``${PF}``), optionally prefixed with its category
+ (``${CATEGORY}/${PN}``, ``${CATEGORY}/${PF}`` etc.).
+ Wildcard characters (``*``, ``?``) are supported, too.
+
+ Incremental overlay creation only.
+ A revbump only occurs if the package exists in the overlay and is queued
+ for overlay creation.
+
+--package-force-replace <package>
+ Enforces a recreation of ``<package>``.
+
+ See ``--package-revbump``.
+
+--package-replace-only <package>
+ Forbids ebuild creation for ``<package>`` if it does not exist in the
+ overlay already.
+
+ Useful in conjunction with ``--package-revbump``, ``--package-replace``,
+ ``--package-list`` or ``--ebuild-list``:
+
+ .. code:: text
+
+ roverlay --package-revbump "sci-R/*" --package-replace-only "*"
+
+
+--package-list <file>
+ A file that lists packages that should be revbumped.
+
+ Same as specifying ``--package-replace-only <pkg> --package-revbump <pkg>``
+ for each line in the file.
+
+ The file can also be in extended format. (TODO: NOT DOCUMENTED)
+
+
+--ebuild-list <file>
+ Same as ``--package-list``, but expects a file that lists ebuild files.
+
+ Useful in combination with ``grep -rl <expr> <overlay>`` scripts.
+
+ The file can also be in extended format. (TODO: NOT DOCUMENTED)
+
--no-revbump
Disable revbump checks in incremental overlay creation mode
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/R_overlay:master commit in: doc/rst/
@ 2014-07-18 16:20 André Erdmann
2014-07-18 14:55 ` [gentoo-commits] proj/R_overlay:wip/addition_control " André Erdmann
0 siblings, 1 reply; 2+ messages in thread
From: André Erdmann @ 2014-07-18 16:20 UTC (permalink / raw
To: gentoo-commits
commit: ddc44b19a1310813ccbf1a533a1884685bd27ce3
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Jul 18 14:53:53 2014 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Jul 18 14:53:53 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ddc44b19
doc/rst/usage.rst: document add-policy args
---
doc/rst/usage.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index f841f36..c8ffff9 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -514,6 +514,51 @@ to know in detail what *roverlay* does before running it.
--no-incremental
Force recreation of existing ebuilds
+--package-revbump <package>
+ Enforces a revbump of ``<package>``.
+
+ ``<package>`` can be a package name (``${PN}``), a package name with
+ version (``${P}`` or ``${PF}``), optionally prefixed with its category
+ (``${CATEGORY}/${PN}``, ``${CATEGORY}/${PF}`` etc.).
+ Wildcard characters (``*``, ``?``) are supported, too.
+
+ Incremental overlay creation only.
+ A revbump only occurs if the package exists in the overlay and is queued
+ for overlay creation.
+
+--package-force-replace <package>
+ Enforces a recreation of ``<package>``.
+
+ See ``--package-revbump``.
+
+--package-replace-only <package>
+ Forbids ebuild creation for ``<package>`` if it does not exist in the
+ overlay already.
+
+ Useful in conjunction with ``--package-revbump``, ``--package-replace``,
+ ``--package-list`` or ``--ebuild-list``:
+
+ .. code:: text
+
+ roverlay --package-revbump "sci-R/*" --package-replace-only "*"
+
+
+--package-list <file>
+ A file that lists packages that should be revbumped.
+
+ Same as specifying ``--package-replace-only <pkg> --package-revbump <pkg>``
+ for each line in the file.
+
+ The file can also be in extended format. (TODO: NOT DOCUMENTED)
+
+
+--ebuild-list <file>
+ Same as ``--package-list``, but expects a file that lists ebuild files.
+
+ Useful in combination with ``grep -rl <expr> <overlay>`` scripts.
+
+ The file can also be in extended format. (TODO: NOT DOCUMENTED)
+
--no-revbump
Disable revbump checks in incremental overlay creation mode
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-18 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 16:20 [gentoo-commits] proj/R_overlay:master commit in: doc/rst/ André Erdmann
2014-07-18 14:55 ` [gentoo-commits] proj/R_overlay:wip/addition_control " André Erdmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox