From 28ebf8c53b71f4f42b87a697874e4470377392dd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 31 2016 09:06:21 +0000 Subject: fix display of Fedora example, add example for EL7 to cover new ppc64le architecture and different tag naming --- diff --git a/docs/source/sop_adding_side_build_targets.rst b/docs/source/sop_adding_side_build_targets.rst index 6c1bb16..613300a 100644 --- a/docs/source/sop_adding_side_build_targets.rst +++ b/docs/source/sop_adding_side_build_targets.rst @@ -45,7 +45,7 @@ commands are used. Options: -h, --help show this help message and exit -For example if we wanted to create the EPEL tags to build XFCE , we would do +For example if we wanted to create the EPEL tags for EL6 to build XFCE , we would do the following: :: @@ -53,9 +53,17 @@ the following: koji add-tag epel6-xfce48 --parent=dist-6E-epel-build --arches=i686,x86_64,ppc64 koji add-target epel6-xfce48 epel6-xfce48 +For EL7 we would do the following: + +:: + + koji add-tag epel7-xfce48 --parent=epel7 --arches=i686,x86_64,ppc64,ppc64le + koji add-target epel7-xfce48 epel7-xfce48 + A Fedora example would be: :: + koji add-tag f23-gnutls --parent=f23-build --arches=armv7hl,i686,x86_64 koji add-target f23-gnutls f23-gnutls