Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/571.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documented ``pulp_python`` specific settings.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Table of Contents
:maxdepth: 1

installation
settings
workflows/index
changes
contributing
Expand Down
20 changes: 20 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _settings:

Settings
========

``pulp_python`` adds configuration options to those offered by ``pulpcore``.

PYTHON_GROUP_UPLOADS
^^^^^^^^^^^^^^^^^^^^

This setting controls whether the uploading of packages through the PyPI APIs can be grouped
inside http sessions. When enabled, Pulp tries to group the uploaded distributions of a package
into one task generating one repository version. Defaults to False.

PYPI_API_HOSTNAME
^^^^^^^^^^^^^^^^^

This specifies the hostname where the PyPI API is served. It defaults to the fully qualified
hostname of the system where the process is running. This needs to be adjusted if running behind
a non local reverse proxy.