mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-06 05:21:53 +00:00
Update documentation with newly added proxy settings for github and cpan
This commit is contained in:
parent
224e9f4b08
commit
aa10e20dcc
@ -189,6 +189,9 @@ sort_version_key
|
||||
``vercmp``. Default value is ``parse_version``. ``parse_version`` use
|
||||
``pkg_resources.parse_version``. ``vercmp`` use ``pyalpm.vercmp``.
|
||||
|
||||
proxy
|
||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``. This requires `pycurl <http://pycurl.sourceforge.net/>`_.
|
||||
|
||||
An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously.
|
||||
|
||||
Check BitBucket
|
||||
@ -284,6 +287,9 @@ Check `MetaCPAN <https://metacpan.org/>`_ for updates.
|
||||
cpan
|
||||
The name used on CPAN, e.g. ``YAML``.
|
||||
|
||||
proxy
|
||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``. This requires `pycurl <http://pycurl.sourceforge.net/>`_.
|
||||
|
||||
Check Packagist
|
||||
---------------
|
||||
Check `Packagist <https://packagist.org/>`_ for updates.
|
||||
|
Loading…
Reference in New Issue
Block a user