Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sosthène Sosth
tails
Commits
d00750fb
Unverified
Commit
d00750fb
authored
Nov 20, 2020
by
intrigeri
Browse files
Make instructions work on sid
parent
3510e7df
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/working_together/GitLab.mdwn
View file @
d00750fb
...
...
@@ -415,7 +415,13 @@ bin/generate-report]].
To use them:
* Install the `python3-gitlab/testing` Debian package.
* Install a recent enough `python3-gitlab` Debian package:
if [ "$(lsb_release --short --codename)" = buster ]; then
sudo apt install python3-gitlab/testing
else
sudo apt install python3-gitlab
fi
* Configure your `~/.python-gitlab.cfg`.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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