~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema.xml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-17 20:41:13 UTC
  • mfrom: (3277.1.4 launchpad-foobar2)
  • Revision ID: pqm@pqm.ubuntu.com-20060317204113-9841a4470db3611b
[r=jamesh] Mainline soyuz

Show diffs side-by-side

added added

removed removed

Lines of Context:
572
572
        </key>
573
573
    </sectiontype>
574
574
 
 
575
    <sectiontype name="builddmaster">
 
576
        <key name="dbuser" datatype="string" required="yes">
 
577
            <description>
 
578
                BuilddMaster Datatbase user.
 
579
            </description>
 
580
        </key>
 
581
        <key name="uploader" datatype="string" required="yes">
 
582
            <description>
 
583
                This is the command invoked by the buildd master when it wants
 
584
                to process a package upload into the launchpad. The buildd
 
585
                master splits the command on spaces so no escaping is allowed.
 
586
                If the token BUILDID is present, the build master will replace
 
587
                it with the ID of the build record for the upload.
 
588
                The build master will append the directory containing the files
 
589
                to the command before executing it.
 
590
            </description>
 
591
        </key>
 
592
        <key name="root" datatype="string" required="yes">
 
593
            <description>
 
594
                Directory to be created to store build results.
 
595
            </description>
 
596
        </key>
 
597
    </sectiontype>
 
598
 
575
599
    <sectiontype name="supermirror">
576
600
        <key name="dbuser" datatype="string" default="supermirror" />
577
601
    </sectiontype>
614
638
        <section name="*" type="uploadqueue" attribute="uploadqueue" />
615
639
        <section name="*" type="supermirror" attribute="supermirror" />
616
640
        <section name="*" type="branchupdater" attribute="branchupdater" />
 
641
        <section name="*" type="builddmaster" attribute="builddmaster" />
617
642
    </sectiontype>
618
643
 
619
644
    <!-- Now specify where the section types may be rooted in the config file