[DRE-commits] [gitlab-shell] 04/04: refresh patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Dec 28 18:28:52 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 5fbb97a559e556bd83d96085e9fc1fd13317c484
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Dec 28 23:57:13 2015 +0530
refresh patch
---
debian/patches/use-system-libs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/use-system-libs.patch b/debian/patches/use-system-libs.patch
index 843b3c8..bac1d4e 100644
--- a/debian/patches/use-system-libs.patch
+++ b/debian/patches/use-system-libs.patch
@@ -90,5 +90,5 @@ Index: gitlab-shell/bin/gitlab-shell
-require File.join(ROOT_PATH, 'lib', 'gitlab_shell')
+require 'gitlab_shell'
- if GitlabShell.new(key_id, original_cmd).exec
+ if GitlabShell.new(key_id).exec(original_cmd)
exit 0
--
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