File tree Expand file tree Collapse file tree 3 files changed +12
-24
lines changed
Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,9 +18,18 @@ These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat
1818that these systems don't come with python 2.0 or newer installed, so you'll
1919have 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
26352.0 Prerequisites
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments