From cda45026ee52f32a7949f726b1b70acdc4a22dde Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 1 Oct 2001 06:10:42 +0000 Subject: [PATCH] stop people setting up roundup with our addresses as default - need to handle this better in the init git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@267 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/classic/instance_config.py | 9 ++++++--- roundup/templates/extended/instance_config.py | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/roundup/templates/classic/instance_config.py b/roundup/templates/classic/instance_config.py index 38f0db6..55c43a6 100644 --- a/roundup/templates/classic/instance_config.py +++ b/roundup/templates/classic/instance_config.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: instance_config.py,v 1.5 2001-08-07 00:24:43 richard Exp $ +# $Id: instance_config.py,v 1.6 2001-10-01 06:10:42 richard Exp $ MAIL_DOMAIN=MAILHOST=HTTP_HOST=None HTTP_PORT=0 @@ -36,7 +36,7 @@ if not MAILHOST: # The domain name used for email addresses. if not MAIL_DOMAIN: - MAIL_DOMAIN = 'bizarsoftware.com.au' + MAIL_DOMAIN = 'fill.me.in.' # the next two are only used for the standalone HTTP server. if not HTTP_HOST: @@ -54,7 +54,7 @@ TEMPLATES = os.path.join(INSTANCE_HOME, 'html') ISSUE_TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN # The web address that the instance is viewable at -ISSUE_TRACKER_WEB = 'http://www.bizarsoftware.com.au/cgi-bin/roundup.cgi/issues' +ISSUE_TRACKER_WEB = 'http://some.useful.url/' # The email address that roundup will complain to if it runs into trouble ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN @@ -64,6 +64,9 @@ LOG = os.path.join(INSTANCE_HOME, 'roundup.log') # # $Log: not supported by cvs2svn $ +# Revision 1.5 2001/08/07 00:24:43 richard +# stupid typo +# # Revision 1.4 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software. diff --git a/roundup/templates/extended/instance_config.py b/roundup/templates/extended/instance_config.py index 665d0da..acdb42a 100644 --- a/roundup/templates/extended/instance_config.py +++ b/roundup/templates/extended/instance_config.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: instance_config.py,v 1.5 2001-08-07 00:24:43 richard Exp $ +# $Id: instance_config.py,v 1.6 2001-10-01 06:10:42 richard Exp $ MAIL_DOMAIN=MAILHOST=HTTP_HOST=None HTTP_PORT=0 @@ -36,7 +36,7 @@ if not MAILHOST: # The domain name used for email addresses. if not MAIL_DOMAIN: - MAIL_DOMAIN = 'bizarsoftware.com.au' + MAIL_DOMAIN = 'fill.me.in.' # the next two are only used for the standalone HTTP server. if not HTTP_HOST: @@ -54,7 +54,7 @@ TEMPLATES = os.path.join(INSTANCE_HOME, 'html') ISSUE_TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN # The web address that the instance is viewable at -ISSUE_TRACKER_WEB = 'http://www.bizarsoftware.com.au/cgi-bin/roundup.cgi/issues' +ISSUE_TRACKER_WEB = 'http://some.useful.url/' # The email address that roundup will complain to if it runs into trouble ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN @@ -64,6 +64,9 @@ LOG = os.path.join(INSTANCE_HOME, 'roundup.log') # # $Log: not supported by cvs2svn $ +# Revision 1.5 2001/08/07 00:24:43 richard +# stupid typo +# # Revision 1.4 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software. -- 2.30.2