]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- include scm config
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Feb 2007 18:52:29 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-cvs-config.patch -> 1.7

eventum-cvs-config.patch

index 131976d5b3b55187bc9f01c2fbe3353265b5e958..6d6e65612f75aeaf0682e27e4fe6158980103b40 100644 (file)
  
  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 @@
+ // 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.069262 seconds and 4 git commands to generate.