From: Thanh Ha Date: Tue, 10 Apr 2018 20:23:50 +0000 (-0400) Subject: Fix pipconf name to the default one X-Git-Tag: v0.18.0~11 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F9890%2F1;hp=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git Fix pipconf name to the default one In Managed Files we do not give the filename a dot so remove it to match what we really look for. Change-Id: Iaa5df87921d7d7333ecb87bc11c707884e4fb277 Signed-off-by: Thanh Ha --- diff --git a/docs/configuration.rst b/docs/configuration.rst index 27918df9..e1177e1a 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -28,8 +28,8 @@ Create a "Custom file" with contents: registry = https://nexus.opendaylight.org/content/repositories/npmjs/ -pip.conf --------- +pipconf +------- This file contains default configuration for the python-pip tool and lives in $HOME/.config/pip/pip.conf. Documentation for pip.conf is available via the