]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.0.3-296-gb988181, use upstream irc config as default
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 21:54:54 +0000 (23:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 21:54:54 +0000 (23:54 +0200)
eventum-irc.php [deleted file]
eventum.spec

diff --git a/eventum-irc.php b/eventum-irc.php
deleted file mode 100644 (file)
index 5839c30..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-$irc_server_hostname = 'localhost';
-$irc_server_port = 6667;
-
-// the following is the list of IRC channels that the bot should connect to,
-// and the associated project name
-$irc_channels = array(
-       # Project Name -> IRC Channel
-       'Default Project' => '#issues',
-);
-
-$nickname = 'EventumBOT';
-$realname = 'Eventum Issue Tracking System';
-
-// do you need a username/password to connect to this server? if
-// so, fill in the next two variables
-$username = '';
-$password = '';
index df4a096451160687a03021bc65ad0e487fb3420d..7d838f080a8881bfb0b4ba31b603ae49a12beb21 100644 (file)
@@ -2,9 +2,9 @@
 # Conditional build:
 %bcond_with    order   # with experimental order patch
 
-%define                rel             1.9
-%define                subver  287
-%define                githash e48a790
+%define                rel             1.10
+%define                subver  296
+%define                githash b988181
 %define                php_min_version 5.3.3
 %include       /usr/lib/rpm/macros.php
 Summary:       Eventum Issue / Bug tracking system
@@ -16,14 +16,13 @@ License:    GPL v2
 Group:         Applications/WWW
 #Source0:      https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source0:       %{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5: 6ff7e2166e64377ae03684341bbc0ac3
+# Source0-md5: 78e9b382584b8d8928dca55be7992e59
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
 Source4:       %{name}-reminder.cron
 Source5:       %{name}-monitor.cron
 Source6:       %{name}-cvs.php
-Source7:       %{name}-irc.php
 Source8:       %{name}-irc.init
 Source9:       %{name}-irc.sysconfig
 Source10:      sphinx.crontab
@@ -563,7 +562,7 @@ cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.d/%{name}-reminder
 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}-monitor
 cp -p %{SOURCE10} $RPM_BUILD_ROOT/etc/cron.d/%{name}-sphinx
 
-cp -p %{SOURCE7} $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
+cp -p config/irc_config.dist.php $RPM_BUILD_ROOT%{_webappdir}/irc_config.php
 
 install -p %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/eventum-irc
 cp -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/eventum-irc
This page took 0.043076 seconds and 4 git commands to generate.