aptly_create_repo
Create a new local Debian package repository with a specified name, default distribution, and component. Add optional comments to organize and describe repository details.
Instructions
Create a new local repository in Aptly
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment/description for the repository | |
| defaultComponent | No | Default component for packages in this repository | |
| defaultDistribution | No | Default distribution for packages in this repository | |
| name | Yes | Name of the repository to create |