[node-patches] Change in ovirt-node[master]: recipe: Delete excludedocs flag in packages sections
Jarod.w
work.iec23801 at gmail.com
Fri Mar 15 09:47:49 UTC 2013
Jarod.w has uploaded a new change for review.
Change subject: recipe: Delete excludedocs flag in packages sections
......................................................................
recipe: Delete excludedocs flag in packages sections
Since commit f838a724, we need to keep the docs named like "*-firmwar
e-*".Unluckly, it doesn't install any of the documentation from any
packages if add the flag excludedocs. To fix the issue, the patch
deletes the flag to keep the docs.
Change-Id: I9830d0b6ec0cdae2c711a95aeb0ad996e30de447
Signed-off-by: jarod.w <work.iec23801 at gmail.com>
---
M recipe/ovirt-node-image.ks.in
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/89/13089/1
diff --git a/recipe/ovirt-node-image.ks.in b/recipe/ovirt-node-image.ks.in
index d1903ad..8fd9597 100644
--- a/recipe/ovirt-node-image.ks.in
+++ b/recipe/ovirt-node-image.ks.in
@@ -5,7 +5,7 @@
%include repos.ks
-%packages --excludedocs --nobase
+%packages --nobase
%include common-pkgs.ks
%include @DISTRO at -pkgs.ks
--
To view, visit http://gerrit.ovirt.org/13089
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9830d0b6ec0cdae2c711a95aeb0ad996e30de447
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Jarod.w <work.iec23801 at gmail.com>
More information about the node-patches
mailing list