@@ -79,10 +79,10 @@ packages on the group level, create a distribution with the same `codename`.
...
@@ -79,10 +79,10 @@ packages on the group level, create a distribution with the same `codename`.
To create a project-level distribution:
To create a project-level distribution:
```shell
```shell
curl --request POST --header"PRIVATE-TOKEN: <your_access_token>""https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=unstable"
curl --request POST --header"PRIVATE-TOKEN: <your_access_token>""https://gitlab.example.com/api/v4/projects/<project_id>/debian_distributions?codename=<codename>"
```
```
Example response:
Example response with `codename=unstable`:
```json
```json
{
{
...
@@ -146,10 +146,23 @@ To install a package:
...
@@ -146,10 +146,23 @@ To install a package:
| sudo tee /etc/apt/auth.conf.d/gitlab_project.conf
| sudo tee /etc/apt/auth.conf.d/gitlab_project.conf