[PATCH 3/4] [doc] correct the way of specifying chroots for new projects

Michal Srb msrb at redhat.com
Fri Mar 14 09:58:02 UTC 2014


---
 coprs_frontend/coprs/templates/api.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/coprs_frontend/coprs/templates/api.html b/coprs_frontend/coprs/templates/api.html
index c677109..f813be4 100644
--- a/coprs_frontend/coprs/templates/api.html
+++ b/coprs_frontend/coprs/templates/api.html
@@ -166,8 +166,8 @@ copr_url = http://copr.fedoraproject.org
     <h4>Parameters sent by POST:</h4>
     <ul>
         <li><b>name</b> &ndash; The name of the project to be created</li>
-        <li><b>chroots</b> &ndash; A comma separated list of chroots to
-        use in the project</li>
+        <li><b>chroots</b> &ndash; Chroots to be used in the project, specified as <span style="font-style:italic">chrootname=y</span>
+        (e.g.: <span style="font-style:italic">fedora-rawhide-x86_64=y&amp;fedora-20-x86_64=y</span>)</li>
         <li><b>repos</b> &ndash; A comma separated list of repositories
         that this new project should have access to</li>
         <li><b>initial_pkgs</b> &ndash; A comma separated list of initial
-- 
1.8.5.3



More information about the copr-devel mailing list