comparison roundup/scripts/roundup_server.py @ 2288:105a4079b98f maint-0.7

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Wed, 12 May 2004 22:31:37 +0000
parents 3cdefcb2b7d2
children a15f91a10e45
comparison
equal deleted inserted replaced
2286:b6d1094c1fce 2288:105a4079b98f
15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
16 # 16 #
17 17
18 """Command-line script that runs a server over roundup.cgi.client. 18 """Command-line script that runs a server over roundup.cgi.client.
19 19
20 $Id: roundup_server.py,v 1.46.2.1 2004-05-09 23:41:13 richard Exp $ 20 $Id: roundup_server.py,v 1.46.2.2 2004-05-12 22:31:37 richard Exp $
21 """ 21 """
22 __docformat__ = 'restructuredtext' 22 __docformat__ = 'restructuredtext'
23 23
24 # python version check 24 # python version check
25 from roundup import version_check 25 from roundup import version_check
432 group = ROUNDUP_GROUP 432 group = ROUNDUP_GROUP
433 svc_args = None 433 svc_args = None
434 434
435 try: 435 try:
436 # handle the command-line args 436 # handle the command-line args
437 options = 'n:p:u:d:l:hNv' 437 options = 'n:p:g:u:d:l:hNv'
438 if RoundupService: 438 if RoundupService:
439 options += 'c' 439 options += 'c'
440 440
441 try: 441 try:
442 optlist, args = getopt.getopt(sys.argv[1:], options) 442 optlist, args = getopt.getopt(sys.argv[1:], options)

Roundup Issue Tracker: http://roundup-tracker.org/