]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-cvs-config.patch
- updated
[packages/eventum.git] / eventum-cvs-config.patch
1 --- eventum-r3797/misc/scm/process_cvs_commits.php~     2009-01-13 14:21:31.000000000 +0200
2 +++ eventum-r3797/misc/scm/process_cvs_commits.php      2009-01-13 14:22:25.200134375 +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 -//
13 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
14 -//
15 +include '/etc/eventum/scm.php';
16  
17  if (isset($eventum_url)) {
18      $data = parse_url($eventum_url);
19 --- eventum/misc/scm/process_svn_commits.php~   2007-02-17 20:45:06.580266717 +0200
20 +++ eventum/misc/scm/process_svn_commits.php    2007-02-17 20:48:25.014819809 +0200
21 @@ -33,13 +33,8 @@
22  
23  // See http://eventum.mysql.org/wiki/index.php/Subversion_integration about SVN integration.
24  
25 -// URL to your Eventum installation.
26 -// https is supported transparently by PHP 5 if you have openssl module enabled.
27 -$eventum_url = 'http://rabbit.impleo.net/';
28 -
29 -//
30 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
31 -//
32 +include '/etc/eventum/scm.php';
33 +
34  if (isset($eventum_url)) {
35      $data = parse_url($eventum_url);
36  } else {
This page took 0.052012 seconds and 4 git commands to generate.