]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-cvs-config.patch
adapter
[packages/eventum.git] / eventum-cvs-config.patch
CommitLineData
74c64201
ER
1--- eventum-2.3.2/scm/eventum-cvs-hook.php~ 2012-02-09 11:27:05.000000000 +0200
2+++ eventum-2.3.2/scm/eventum-cvs-hook.php 2012-02-09 11:29:22.671597765 +0200
52eb5eb6
ER
3@@ -28,13 +28,7 @@
4 // | Elan Ruusamäe <glen@delfi.ee> |
307e4f19 5 // +----------------------------------------------------------------------+
71c6fb06 6
98f6aee2
ER
7-// URL to your Eventum installation.
8-// https is supported transparently by PHP 5 if you have openssl module enabled.
307e4f19 9-$eventum_url = 'http://eventum.example.com/';
98f6aee2 10-
98f6aee2
ER
11-//
12-// DO NOT CHANGE ANYTHING AFTER THIS LINE
13-//
1f9de427 14+require_once '/etc/eventum/scm.php';
71c6fb06 15
52eb5eb6 16 // save name of this script
1f9de427 17 $PROGRAM = basename(array_shift($argv));
74c64201
ER
18--- eventum-2.2/scm/eventum-svn-hook.php~ 2009-11-10 13:31:10.000000000 +0200
19+++ eventum-2.2/scm/eventum-svn-hook.php 2009-11-10 13:31:37.571582772 +0200
1f9de427 20@@ -36,7 +36,7 @@
520f2350 21
1f9de427
ER
22 // URL to your Eventum installation.
23 // https is supported transparently by PHP 5 if you have openssl module enabled.
24-$eventum_url = 'http://eventum.example.com/';
25+require_once '/etc/eventum/scm.php';
520f2350 26
1f9de427
ER
27 //
28 // DO NOT CHANGE ANYTHING AFTER THIS LINE
This page took 0.055014 seconds and 4 git commands to generate.