Skip to content
Snippets Groups Projects
Commit 184b9855 authored by Anastas Dancha's avatar Anastas Dancha
Browse files

better dpkg-query

  resolves #2163:
  used `dpkg-query -W gitlab` does not show installed versions,
  using wildcard in package name fixes it
parent 3c9d6936
No related branches found
No related tags found
1 merge request!1436better dpkg-query
Loading
Loading
@@ -5,8 +5,7 @@ requests.
 
If you are experiencing problems during GitLab package installation or have issues with package configuration please create an issue that includes the following:
 
- Include the omnibus-gitlab version when discussing behavior: `dpkg-query -W
gitlab` or `rpm -q gitlab`.
- Include the omnibus-gitlab version when discussing behavior: `dpkg-query -W "gitlab*"` or `rpm -q gitlab`.
- Include the omnibus-gitlab configuration: `sudo gitlab-ctl show-config`
- Copy few lines before, full error output and few lines after from the `gitlab-ctl reconfigure` run log and paste it inside a [GitLab snippet](https://gitlab.com/snippets) or inside the issue description under triple backticks "```".
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment