]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-cvs-config.patch
update files
[packages/eventum.git] / eventum-cvs-config.patch
index 6d6e65612f75aeaf0682e27e4fe6158980103b40..4cdd567c2ac21af207e0206c3a1ae697cb1dd53c 100644 (file)
@@ -1,37 +1,39 @@
---- 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-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';
  
--
--// 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';
++require_once '/etc/eventum/scm.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 @@
+ // 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';
  
- // See http://eventum.mysql.org/wiki/index.php/Subversion_integration about SVN integration.
+-//
+-// 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';
  
--// 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 {
++require_once '/etc/eventum/scm.php';
+ // save name of this script
+ $PROGRAM = basename(realpath(array_shift($argv)), '.php');
This page took 0.036861 seconds and 4 git commands to generate.