debian-mirror-gitlab/debian/patches/tweaks/0100-rename-gitlab-shell-check.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
740 B
Diff
Raw Normal View History

Description: Look for gitlab-shell-check binary during installation process
Author: Mohammed Bilal <mdbilal@disroot.org>
Bug-Debian: http://bugs.debian.org/985840
Forwarded: not-needed
Last-Update: 2023-02-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/system_check/gitlab_shell_check.rb
+++ b/lib/system_check/gitlab_shell_check.rb
@@ -26,7 +26,7 @@
def check_gitlab_shell_self_test
gitlab_shell_repo_base = gitlab_shell_path
- check_cmd = File.expand_path('bin/check', gitlab_shell_repo_base)
+ check_cmd = File.expand_path('bin/gitlab-shell-check', gitlab_shell_repo_base)
$stdout.puts "Running #{check_cmd}"
if system(check_cmd, chdir: gitlab_shell_repo_base)