From efd58c5f25aa37f67280dba3bd1fdd445e9eae69 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Sun, 10 Jun 2018 19:51:13 -0700 Subject: [PATCH] mixin: add --bundle flag information Add information for latest functionality of the mixin package subcommand. The --bundle flag allows users to specify the name of the bundle they add their package to. Signed-off-by: Matthew Johnson --- source/clear-linux/guides/maintenance/mixin.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/mixin.rst b/source/clear-linux/guides/maintenance/mixin.rst index b4ed23d5..c5b23d69 100644 --- a/source/clear-linux/guides/maintenance/mixin.rst +++ b/source/clear-linux/guides/maintenance/mixin.rst @@ -78,13 +78,15 @@ package. .. code-block:: console - $ sudo mixin package add [package-name] [--build] + $ sudo mixin package add [package-name] [--bundle bundle-name] [--build] This command will add package-name to a bundle that is named after its parent repository. For example, if the RPM was provided locally, it will be added to the 'local' bundle. If it came from a repo that was added with :command:`mixin -repo add` it will be added to a bundle named after the repo-name. The `--build` -flag tells :command:`mixin` to run a `mixer` build after adding the package. +repo add` it will be added to a bundle named after the repo-name. If the +`--bundle bundle-name` flag is provided the package will be added to +`bundle-name` instead. The `--build` flag tells :command:`mixin` to run a +`mixer` build after adding the package. To add more than one RPM to your previously-created bundle, repeat the :command:`mixin package add` command and change the package name. Do not add