docs.md: Fix author vs authors key
This commit is contained in:
parent
5aa1664636
commit
305af47086
1 changed files with 3 additions and 3 deletions
6
docs.md
6
docs.md
|
@ -2,7 +2,7 @@
|
||||||
name: Aptly
|
name: Aptly
|
||||||
icon: https://www.aptly.info/img/logo.svg
|
icon: https://www.aptly.info/img/logo.svg
|
||||||
description: plugin to publish Debian package on a Aptly repository
|
description: plugin to publish Debian package on a Aptly repository
|
||||||
authors: Benjamin Renard
|
author: Benjamin Renard
|
||||||
tags: [APT, aptly, publish]
|
tags: [APT, aptly, publish]
|
||||||
containerImage: brenard/aptly-publish
|
containerImage: brenard/aptly-publish
|
||||||
containerImageUrl: https://hub.docker.com/r/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_url` | *none* | Your Aptly API URL (required)
|
||||||
| `api_username` | *none* | Username to authenticate on your Aptly API (required)
|
| `api_username` | *none* | Username to authenticate on your Aptly API (required)
|
||||||
| `api_password` | *none* | Password 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_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.
|
| `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)
|
| `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)
|
| `max_retries` | *none* | The number of retry in case of error calling the Aptly API (optional, default: no retry)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue