[DRE-commits] [gitlab-shell] 01/01: fix more paths
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 28 19:33:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab-shell.
commit 0d5b39ba3526238748043b25597ca75e728f242c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Dec 29 01:02:20 2015 +0530
fix more paths
---
debian/patches/use-system-libs.patch | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/debian/patches/use-system-libs.patch b/debian/patches/use-system-libs.patch
index f4ce7b7..c750991 100644
--- a/debian/patches/use-system-libs.patch
+++ b/debian/patches/use-system-libs.patch
@@ -43,6 +43,15 @@ Index: gitlab-shell/bin/gitlab-keys
#
# GitLab Keys shell. Add/remove keys from ~/.ssh/authorized_keys
+@@ -17,7 +18,7 @@ require_relative '../lib/gitlab_init'
+ # /bin/gitlab-keys clear
+ #
+
+-require File.join(ROOT_PATH, 'lib', 'gitlab_keys')
++require 'gitlab_keys'
+
+ # Return non-zero if command execution was not successful
+ if GitlabKeys.new.exec
Index: gitlab-shell/bin/gitlab-projects
===================================================================
--- gitlab-shell.orig/bin/gitlab-projects
@@ -57,6 +66,15 @@ Index: gitlab-shell/bin/gitlab-projects
#
# GitLab Projects shell. Add/remove projects from /home/git/repositories
+@@ -21,7 +22,7 @@ require_relative '../lib/gitlab_init'
+ #
+ # /bin/gitlab-projects update-head gitlab/gitlab-ci.git 5-2-stable
+ #
+-require File.join(ROOT_PATH, 'lib', 'gitlab_projects')
++require 'gitlab_projects'
+
+ # Return non-zero if command execution was not successful
+ if GitlabProjects.new.exec
Index: gitlab-shell/bin/install
===================================================================
--- gitlab-shell.orig/bin/install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-shell.git
More information about the Pkg-ruby-extras-commits
mailing list