From: Lott, Christopher (cl778h) Date: Wed, 4 Dec 2019 18:27:07 +0000 (-0500) Subject: Add pypi prefix to example filename in layout X-Git-Tag: v0.49.0~15 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F62478%2F2;p=releng%2Fglobal-jjb.git Add pypi prefix to example filename in layout A recent change to the PyPI release job trigger requires "pypi" as the prefix on the release yaml file. Also correct a one-word mistake in the release jobs doc, should not say "verify" when discussing the merge template. Change-Id: Ieeb7c96c225893ee52710e133afb06fa9639cb85 Signed-off-by: Lott, Christopher (cl778h) --- diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index ca309d67..c179366e 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -392,7 +392,7 @@ same package twice. │ └── tox.ini │ ├── releases/ - │ └── release-helloworld.yaml + │ └── pypi-helloworld.yaml │ ├── .gitignore ├── LICENSE diff --git a/docs/jjb/lf-release-jobs.rst b/docs/jjb/lf-release-jobs.rst index cafab869..7ab16815 100644 --- a/docs/jjb/lf-release-jobs.rst +++ b/docs/jjb/lf-release-jobs.rst @@ -390,7 +390,7 @@ Publishes a Python package on merge of a patch set with a release yaml file. Checks the format of the version string, downloads the package artifacts from the PyPI staging repository, uploads the package artifacts to the PyPI release repository, tags the git repository, -signs the tag and pushes the tag to the git server. The release verify +signs the tag and pushes the tag to the git server. The release merge template accepts neither a branch nor a stream parameter. :Template Names: