Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f5a04d67
Commit
f5a04d67
authored
Aug 18, 2021
by
ngaskill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant Debian API instructions
parent
66169230
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
30 deletions
+6
-30
doc/api/packages/debian.md
doc/api/packages/debian.md
+3
-15
doc/api/packages/debian_project_distributions.md
doc/api/packages/debian_project_distributions.md
+3
-15
No files found.
doc/api/packages/debian.md
View file @
f5a04d67
...
...
@@ -28,22 +28,10 @@ for details on which headers and token types are supported.
## Enable the Debian API
Debian repository support is still a work in progress. It's gated behind a feature flag that's
**disabled by default**
.
The Debian API is behind a feature flag that is disabled by default.
[
GitLab administrators with access to the GitLab Rails console
](
../../administration/feature_flags.md
)
can opt to enable it.
To enable it:
```
ruby
Feature
.
enable
(
:debian_packages
)
```
To disable it:
```
ruby
Feature
.
disable
(
:debian_packages
)
```
can opt to enable it. To enable it, follow the instructions in
[
Enable the Debian API
](
../../user/packages/debian_repository/index.md#enable-the-debian-api
)
.
## Enable the Debian group API
...
...
doc/api/packages/debian_project_distributions.md
View file @
f5a04d67
...
...
@@ -20,22 +20,10 @@ For more information about working with Debian packages, see the
## Enable the Debian API
Debian repository support is still a work in progress. It's gated behind a feature flag that's
**disabled by default**
.
The Debian API is behind a feature flag that is disabled by default.
[
GitLab administrators with access to the GitLab Rails console
](
../../administration/feature_flags.md
)
can opt to enable it.
To enable it:
```
ruby
Feature
.
enable
(
:debian_packages
)
```
To disable it:
```
ruby
Feature
.
disable
(
:debian_packages
)
```
can opt to enable it. To enable it, follow the instructions in
[
Enable the Debian API
](
../../user/packages/debian_repository/index.md#enable-the-debian-api
)
.
## List all Debian distributions in a project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment