Skip to content

Commit 89ea7df

Browse files
author
Richard Jones
committed
minor changes to test the cvs mailout system
1 parent 5085cef commit 89ea7df

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ release:
1010
rm -rf /tmp/${PACKAGE}
1111
mkdir /tmp/${PACKAGE}
1212
cp -r ${FILES} /tmp/${PACKAGE}
13-
cp dummy_config.py /tmp/${PACKAGE}
1413
(cd /tmp; tar zcf ${PACKAGE}.tar.gz ${PACKAGE})
1514
mv /tmp/${PACKAGE}.tar.gz .
1615

README

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,18 @@ These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat
1818
that these systems don't come with python 2.0 or newer installed, so you'll
1919
have to upgrade python before this stuff will work.
2020

21-
Note that most of the following is configurable in the config.py, it's just
22-
not documented. At a minimum, you'll want to change the email addresses and
23-
mail host specification in the config.
21+
Roundup is configurable using a localconfig.py file. It may have the
22+
following variable declarations:
23+
24+
ROUNDUP_HOME - This is the root directory for roundup
25+
MAILHOST - The SMTP mail host that roundup will use to send mail
26+
MAIL_DOMAIN - The domain name used for email addresses
27+
28+
Any further configuration should be possible by editing config.py directly.
29+
The email addresses used by the system by default are:
30+
31+
issue_tracker@MAIL_DOMAIN - submissions of issues
32+
roundup-admin@MAIL_DOMAIN - roundup's internal use (problems, etc)
2433

2534

2635
2.0 Prerequisites

dummy_config.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)