~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to configs/default/launchpad.conf

  • Committer: Barry Warsaw
  • Date: 2007-04-27 22:05:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4197.
  • Revision ID: barry@canonical.com-20070427220555-fzhse6mbhgxzsrp5
Branch fixes based on salgado's review.

- Added a doctest for the canonical.mailman.config datatypes.
- Removed the Python version test in buildmailman.py.  Cleaned up some
  whitespace in this file too, and switched to != instead of <>.
- Whitespace normalization in configs/default/launchpad.conf to get rid of
  TABS.  Bad XEmacs!
- In lib/canonical/launchpad/scripts/runlaunchpad.py, when I made
  shouldLaunch() into a property, I should have also renamed it to
  should_launch.   Fixed.
- Moved the call() helper from test_libmailman.py to test-libmailman.txt,
  which also let me get rid of an extraneous setup() and teardown().

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
    <buildsequencer>
359
359
        mailproblemsto root
360
360
        # It makes no sense to allow the sequencer to start by default
361
 
        # on a developer machine because they're unlikely to have a 
 
361
        # on a developer machine because they're unlikely to have a
362
362
        # build farm of their own. This does not prevent the daemon from
363
363
        # ever starting.
364
364
        launch no
375
375
 
376
376
    <uploader>
377
377
        dbuser uploader
378
 
        default_recipient_name Local Root 
 
378
        default_recipient_name Local Root
379
379
        default_recipient_address root@localhost
380
 
        default_sender_name Local Root 
 
380
        default_sender_name Local Root
381
381
        default_sender_address root@localhost
382
382
    </uploader>
383
383
 
425
425
    # configuration system and is primarily used to specify settings that
426
426
    # differ from the defaults, or are needed during the build.
427
427
    <mailman>
428
 
        <mailman-build>
429
 
            # If you change anything in this section, you must manually clean
430
 
            # and rebuild Mailman.  This will not happen automatically, and
431
 
            # Mailman will not build at all if the Mailman package can be
432
 
            # imported.
433
 
 
434
 
            # Whether Mailman should be built if it is not already.
435
 
            #build no
436
 
 
437
 
            # The --prefix location for the configure script.  This can be a
438
 
            # relative path to indicate a location relative to the
439
 
            # runlaunchpad.py script's current working directory.
440
 
            #prefix lib/mailman
441
 
 
442
 
            # The 'VAR_DIR' location.  This is where Mailman will put and look
443
 
            # for variable run time data, such as the list pickles and queue
444
 
            # directories.
445
 
            #var_dir /var/mailman
446
 
 
447
 
            # The user:group names that the Mailman process will run under.
448
 
            # You may need to invoke buildmailman.py or "make run" as root via
449
 
            # sudo to have the necessary permissions during the build or run
450
 
            # phase.  Leave this commented to use the current user and group.
451
 
            #user_group mailman:mailman
452
 
 
453
 
            # Uncomment this to specify the site list's owner address and
454
 
            # password.  Otherwise, a fake email address and random password
455
 
            # will be used.
456
 
            #site_list_owner you@example.com:password
457
 
 
458
 
            # Uncomment this if you want a host_name other than the current
459
 
            # machine's `hostname -f`.  This is only used for the email domain
460
 
            # part.
461
 
            #host_name your.fqdn.hostname
462
 
        </mailman-build>
463
 
 
464
 
        # Whether Mailman should be started (i.e mailmanctl start).
465
 
        #launch yes
466
 
 
467
 
        # Host and port for connecting to the outgoing smtp server.  Valid
468
 
        # format is [host][:port] where the default is localhost:25
469
 
        #smtp localhost:25
 
428
        <mailman-build>
 
429
            # If you change anything in this section, you must manually clean
 
430
            # and rebuild Mailman.  This will not happen automatically, and
 
431
            # Mailman will not build at all if the Mailman package can be
 
432
            # imported.
 
433
 
 
434
            # Whether Mailman should be built if it is not already.
 
435
            #build no
 
436
 
 
437
            # The --prefix location for the configure script.  This can be a
 
438
            # relative path to indicate a location relative to the
 
439
            # runlaunchpad.py script's current working directory.
 
440
            #prefix lib/mailman
 
441
 
 
442
            # The 'VAR_DIR' location.  This is where Mailman will put and look
 
443
            # for variable run time data, such as the list pickles and queue
 
444
            # directories.
 
445
            #var_dir /var/mailman
 
446
 
 
447
            # The user:group names that the Mailman process will run under.
 
448
            # You may need to invoke buildmailman.py or "make run" as root via
 
449
            # sudo to have the necessary permissions during the build or run
 
450
            # phase.  Leave this commented to use the current user and group.
 
451
            #user_group mailman:mailman
 
452
 
 
453
            # Uncomment this to specify the site list's owner address and
 
454
            # password.  Otherwise, a fake email address and random password
 
455
            # will be used.
 
456
            #site_list_owner you@example.com:password
 
457
 
 
458
            # Uncomment this if you want a host_name other than the current
 
459
            # machine's `hostname -f`.  This is only used for the email domain
 
460
            # part.
 
461
            #host_name your.fqdn.hostname
 
462
        </mailman-build>
 
463
 
 
464
        # Whether Mailman should be started (i.e mailmanctl start).
 
465
        #launch yes
 
466
 
 
467
        # Host and port for connecting to the outgoing smtp server.  Valid
 
468
        # format is [host][:port] where the default is localhost:25
 
469
        #smtp localhost:25
470
470
 
471
471
    </mailman>
472
472
 
756
756
    # configuration system and is primarily used to specify settings that
757
757
    # differ from the defaults, or are needed during the build.
758
758
    <mailman>
759
 
        <mailman-build>
760
 
            # If you change anything in this section, you must manually clean
761
 
            # and rebuild Mailman.  This will not happen automatically, and
762
 
            # Mailman will not build at all if the Mailman package can be
763
 
            # imported.
764
 
 
765
 
            # Whether Mailman should be built if it is not already.
766
 
            build yes
767
 
 
768
 
            # The --prefix location for the configure script.  This can be a
769
 
            # relative path to indicate a location relative to the
770
 
            # runlaunchpad.py script's current working directory.
771
 
            #prefix lib/mailman
772
 
 
773
 
            # The 'VAR_DIR' location.  This is where Mailman will put and look
774
 
            # for variable run time data, such as the list pickles and queue
775
 
            # directories.
776
 
            var_dir /var/tmp/mailman
777
 
 
778
 
            # The user:group names that the Mailman process will run under.
779
 
            # You may need to invoke buildmailman.py or "make run" as root via
780
 
            # sudo to have the necessary permissions during the build or run
781
 
            # phase.  Leave this commented to use the current user and group.
782
 
            #user_group mailman:mailman
783
 
 
784
 
            # Uncomment this to specify the site list's owner address and
785
 
            # password.  Otherwise, a fake email address and random password
786
 
            # will be used.
787
 
            #site_list_owner you@example.com:password
788
 
 
789
 
            # Uncomment this if you want a host_name other than the current
790
 
            # machine's `hostname -f`.  This is only used for the email domain
791
 
            # part.
792
 
            #host_name your.fqdn.hostname
793
 
        </mailman-build>
794
 
 
795
 
        # Whether Mailman should be started (i.e mailmanctl start).
796
 
        launch yes
 
759
        <mailman-build>
 
760
            # If you change anything in this section, you must manually clean
 
761
            # and rebuild Mailman.  This will not happen automatically, and
 
762
            # Mailman will not build at all if the Mailman package can be
 
763
            # imported.
 
764
 
 
765
            # Whether Mailman should be built if it is not already.
 
766
            build yes
 
767
 
 
768
            # The --prefix location for the configure script.  This can be a
 
769
            # relative path to indicate a location relative to the
 
770
            # runlaunchpad.py script's current working directory.
 
771
            #prefix lib/mailman
 
772
 
 
773
            # The 'VAR_DIR' location.  This is where Mailman will put and look
 
774
            # for variable run time data, such as the list pickles and queue
 
775
            # directories.
 
776
            var_dir /var/tmp/mailman
 
777
 
 
778
            # The user:group names that the Mailman process will run under.
 
779
            # You may need to invoke buildmailman.py or "make run" as root via
 
780
            # sudo to have the necessary permissions during the build or run
 
781
            # phase.  Leave this commented to use the current user and group.
 
782
            #user_group mailman:mailman
 
783
 
 
784
            # Uncomment this to specify the site list's owner address and
 
785
            # password.  Otherwise, a fake email address and random password
 
786
            # will be used.
 
787
            #site_list_owner you@example.com:password
 
788
 
 
789
            # Uncomment this if you want a host_name other than the current
 
790
            # machine's `hostname -f`.  This is only used for the email domain
 
791
            # part.
 
792
            #host_name your.fqdn.hostname
 
793
        </mailman-build>
 
794
 
 
795
        # Whether Mailman should be started (i.e mailmanctl start).
 
796
        launch yes
797
797
 
798
798
    </mailman>
799
799