summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-03-03 15:48:09 -0700
committerJesse Keating <jkeating@redhat.com>2011-03-03 15:48:09 -0700
commit9530a23fa389fd3b1dd9bd065fb340e44687afac (patch)
treee2b07cb3a05251bc8aeb6ce6040137fcfffd5097
parentc87ee26fe677173c684fc65e198d0daf24266954 (diff)
downloadfedora-packager-9530a23fa389fd3b1dd9bd065fb340e44687afac.tar.gz
fedora-packager-9530a23fa389fd3b1dd9bd065fb340e44687afac.tar.xz
fedora-packager-9530a23fa389fd3b1dd9bd065fb340e44687afac.zip
Document the arches argument to the build function
This was added a while ago but I forgot to document it.
-rw-r--r--src/pyfedpkg/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index b9adc82..5b5c99e 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -1226,6 +1226,8 @@ class PackageModule:
chain: A chain build set
+ arches: A set of arches to limit the scratch build for
+
This function submits the task to koji and returns the taskID
It is up to the client to wait or watch the task.