]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-cvs-config.patch
- update to r3615
[packages/eventum.git] / eventum-cvs-config.patch
index 253174d810664ed7bd1b4b82e99b4998c9a3d251..6d6e65612f75aeaf0682e27e4fe6158980103b40 100644 (file)
@@ -1,14 +1,37 @@
---- /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/misc/scm/process_cvs_commits.php~  2007-02-15 01:28:29.670480306 +0200
++++ eventum/misc/scm/process_cvs_commits.php   2007-02-15 01:28:52.320991777 +0200
+@@ -28,15 +28,7 @@
  //
+ // @(#) $Id$
  
--$eventum_domain = 'rabbit.impleo.net';
--$eventum_relative_url = '/';
--$eventum_port = 80;
+-
+-// URL to your Eventum installation.
+-// https is supported transparently by PHP 5 if you have openssl module enabled.
+-$eventum_url = 'http://rabbit.impleo.net/';
+-
+-
+-//
+-// DO NOT CHANGE ANYTHING AFTER THIS LINE
+-//
++include '/etc/eventum/scm.php';
  
-+include '/etc/eventum/cvs.php';
+ if (isset($eventum_url)) {
+     $data = parse_url($eventum_url);
+--- eventum/misc/scm/process_svn_commits.php~  2007-02-17 20:45:06.580266717 +0200
++++ eventum/misc/scm/process_svn_commits.php   2007-02-17 20:48:25.014819809 +0200
+@@ -33,13 +33,8 @@
  
- //
- // DO NOT CHANGE ANYTHING AFTER THIS LINE
+ // See http://eventum.mysql.org/wiki/index.php/Subversion_integration about SVN integration.
+-// URL to your Eventum installation.
+-// https is supported transparently by PHP 5 if you have openssl module enabled.
+-$eventum_url = 'http://rabbit.impleo.net/';
+-
+-//
+-// DO NOT CHANGE ANYTHING AFTER THIS LINE
+-//
++include '/etc/eventum/scm.php';
++
+ if (isset($eventum_url)) {
+     $data = parse_url($eventum_url);
+ } else {
This page took 0.028994 seconds and 4 git commands to generate.