]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-cvs-config.patch
up to 3.0.2-28-g0d12f69
[packages/eventum.git] / eventum-cvs-config.patch
1 --- eventum-3.0.0-pre1/scm/eventum-cvs-hook.php~        2014-11-30 13:48:18.000000000 +0200
2 +++ eventum-3.0.0-pre1/scm/eventum-cvs-hook.php 2015-02-09 14:39:22.881991719 +0200
3 @@ -52,9 +52,7 @@
4  // SCM repository name. Needed if multiple repositories configured
5  $scm_name = 'cvs';
6  
7 -//
8 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
9 -//
10 +require_once '/etc/eventum/scm.php';
11  
12  // save name of this script
13  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
14 --- eventum-3.0.0-pre1/scm/eventum-svn-hook.php~        2014-11-30 13:48:18.000000000 +0200
15 +++ eventum-3.0.0-pre1/scm/eventum-svn-hook.php 2015-02-09 14:40:05.184671966 +0200
16 @@ -48,9 +48,7 @@
17  // SCM repository name. Needed if multiple repositories configured
18  $scm_name = 'svn';
19  
20 -//
21 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
22 -//
23 +require_once '/etc/eventum/scm.php';
24  
25  // save name of this script
26  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
27 --- eventum-3.0.0-pre1/scm/eventum-git-hook.php~        2014-11-30 13:48:18.000000000 +0200
28 +++ eventum-3.0.0-pre1/scm/eventum-git-hook.php 2015-04-08 16:37:51.434314140 +0300
29 @@ -34,9 +34,7 @@
30  // TODO: use $GL_REPO
31  $scm_name = 'git';
32  
33 -//
34 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
35 -//
36 +require_once '/etc/eventum/scm.php';
37  
38  // save name of this script
39  $PROGRAM = basename(realpath(array_shift($argv)), '.php');
This page took 0.027405 seconds and 3 git commands to generate.