[DRE-commits] [gitlab-shell] 01/01: fix update hook as well
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Dec 31 19:44:15 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 ee0add1f4513a45fa802453fcde793345c052f65
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Jan 1 01:13:18 2016 +0530
fix update hook as well
---
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 50902e0..27dad9d 100644
--- a/debian/patches/use-system-libs.patch
+++ b/debian/patches/use-system-libs.patch
@@ -151,7 +151,7 @@ Index: gitlab-shell/hooks/update
-require_relative '../lib/gitlab_custom_hook'
+$:.unshift File.expand_path('../lib', __FILE__)
-+require_relative 'gitlab_custom_hook'
++require 'gitlab_custom_hook'
if GitlabCustomHook.new.update(ref_name, old_value, new_value, repo_path)
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