X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eventum-cvs-config.patch;h=4cdd567c2ac21af207e0206c3a1ae697cb1dd53c;hb=d710a6df7c604375e4561c13a191e701a39fd8fc;hp=253174d810664ed7bd1b4b82e99b4998c9a3d251;hpb=71c6fb06841a387d6c86fa4fc957f30e3a88e6d8;p=packages%2Feventum.git diff --git a/eventum-cvs-config.patch b/eventum-cvs-config.patch index 253174d..4cdd567 100644 --- a/eventum-cvs-config.patch +++ b/eventum-cvs-config.patch @@ -1,14 +1,39 @@ ---- /tmp/process_cvs_commits.php 2005-01-17 20:51:29.343450373 +0200 -+++ ./misc/scm/process_cvs_commits.php 2005-01-17 21:40:37.000947744 +0200 -@@ -28,10 +28,8 @@ - // @(#) $Id$ - // +--- eventum-3.0.0-pre1/scm/eventum-cvs-hook.php~ 2014-11-30 13:48:18.000000000 +0200 ++++ eventum-3.0.0-pre1/scm/eventum-cvs-hook.php 2015-02-09 14:39:22.881991719 +0200 +@@ -52,9 +52,7 @@ + // SCM repository name. Needed if multiple repositories configured + $scm_name = 'cvs'; --$eventum_domain = 'rabbit.impleo.net'; --$eventum_relative_url = '/'; --$eventum_port = 80; +-// +-// DO NOT CHANGE ANYTHING AFTER THIS LINE +-// ++require_once '/etc/eventum/scm.php'; -+include '/etc/eventum/cvs.php'; + // save name of this script + $PROGRAM = basename(realpath(array_shift($argv)), '.php'); +--- eventum-3.0.0-pre1/scm/eventum-svn-hook.php~ 2014-11-30 13:48:18.000000000 +0200 ++++ eventum-3.0.0-pre1/scm/eventum-svn-hook.php 2015-02-09 14:40:05.184671966 +0200 +@@ -48,9 +48,7 @@ + // SCM repository name. Needed if multiple repositories configured + $scm_name = 'svn'; - // - // DO NOT CHANGE ANYTHING AFTER THIS LINE +-// +-// DO NOT CHANGE ANYTHING AFTER THIS LINE +-// ++require_once '/etc/eventum/scm.php'; + + // save name of this script + $PROGRAM = basename(realpath(array_shift($argv)), '.php'); +--- eventum-3.0.0-pre1/scm/eventum-git-hook.php~ 2014-11-30 13:48:18.000000000 +0200 ++++ eventum-3.0.0-pre1/scm/eventum-git-hook.php 2015-04-08 16:37:51.434314140 +0300 +@@ -34,9 +34,7 @@ + // TODO: use $GL_REPO + $scm_name = 'git'; + +-// +-// DO NOT CHANGE ANYTHING AFTER THIS LINE +-// ++require_once '/etc/eventum/scm.php'; + + // save name of this script + $PROGRAM = basename(realpath(array_shift($argv)), '.php');