From c6ecf9973a6b961bfd59040b49fb6565d82a1ee8 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 4 Dec 2019 13:27:07 -0500 Subject: [PATCH] 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) --- docs/jjb/lf-python-jobs.rst | 2 +- docs/jjb/lf-release-jobs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.16.6