From 305af470865ee32838eb51eaa36b26dca02556b0 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 22 Jan 2024 00:12:18 +0100 Subject: [PATCH] docs.md: Fix author vs authors key --- docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.md b/docs.md index d3fe381..66c99eb 100644 --- a/docs.md +++ b/docs.md @@ -2,7 +2,7 @@ name: Aptly icon: https://www.aptly.info/img/logo.svg description: plugin to publish Debian package on a Aptly repository -authors: Benjamin Renard +author: Benjamin Renard tags: [APT, aptly, publish] containerImage: brenard/aptly-publish containerImageUrl: https://hub.docker.com/r/brenard/aptly-publish @@ -37,10 +37,10 @@ In case of error, it will exit with a detailed error message (within the limits | `api_url` | *none* | Your Aptly API URL (required) | `api_username` | *none* | Username to authenticate on your Aptly API (required) | `api_password` | *none* | Password to authenticate on your Aptly API (required) -| `prefix` | `.` | The publishing prefix +| `prefix` | `.` | The publishing prefix | `repo_component` | `main` | The component name to publish on | `repo_name` | `{prefix}_{distribution}_{component}` | The repository name to publish on. If not specified, it will be computed using the specified prefix and component and the detected package distribution. See above for details. -| `path` | `dist` | Path to the directory where files to publish are stored +| `path` | `dist` | Path to the directory where files to publish are stored | `source_name` | *none* | Name of the source package to publish (optional, default: all `changes` files are will be publish) | `max_retries` | *none* | The number of retry in case of error calling the Aptly API (optional, default: no retry)