1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: gitlabracadabra
Section: admin
Priority: optional
Maintainer: Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-github,
python3-gitlab (>= 1:2.5.0),
python3-hatchling,
python3-html5lib,
python3-jsonschema,
python3-packaging,
python3-pygit2,
python3-semantic-version,
python3-vcr,
python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://gitlab.com/gitlabracadabra/gitlabracadabra#readme
Vcs-Browser: https://gitlab.com/gitlabracadabra/gitlabracadabra
Vcs-Git: https://gitlab.com/gitlabracadabra/gitlabracadabra.git
Testsuite: autopkgtest-pkg-python
Package: gitlabracadabra
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Configure GitLab from a YAML file
GitLab'racadabra is a way to configure a GitLab instance
from a YAML configuration, using the API.
.
It is able to create GitLab's groups, projects, users and application
settings.
|