]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-cvs-config.patch
- up to r3984
[packages/eventum.git] / eventum-cvs-config.patch
1 --- eventum-2.2/scm/eventum-cvs-hook~   2009-11-05 17:05:43.000000000 +0200
2 +++ eventum-2.2/scm/eventum-cvs-hook    2009-11-05 17:06:26.898467237 +0200
3 @@ -27,14 +27,7 @@
4  // | Authors: João Prado Maia <jpm@mysql.com>                             |
5  // +----------------------------------------------------------------------+
6  
7 -// URL to your Eventum installation.
8 -// https is supported transparently by PHP 5 if you have openssl module enabled.
9 -$eventum_url = 'http://eventum.example.com/';
10 -
11 -//
12 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
13 -//
14 -
15 +require_once '/etc/eventum/scm.php';
16  
17  // remove the first element which is the name of this script
18  $PROGRAM = basename(array_shift($argv));
19 --- eventum-2.2/scm/eventum-svn-hook~   2009-11-10 13:31:10.000000000 +0200
20 +++ eventum-2.2/scm/eventum-svn-hook    2009-11-10 13:31:37.571582772 +0200
21 @@ -36,7 +36,7 @@
22  
23  // URL to your Eventum installation.
24  // https is supported transparently by PHP 5 if you have openssl module enabled.
25 -$eventum_url = 'http://eventum.example.com/';
26 +require_once '/etc/eventum/scm.php';
27  
28  //
29  // DO NOT CHANGE ANYTHING AFTER THIS LINE
This page took 0.040758 seconds and 4 git commands to generate.