~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/help/recipe-build-frequency.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-02-15 02:07:37 UTC
  • mfrom: (12344.2.16 daily-ajax)
  • Revision ID: launchpad@pqm.canonical.com-20110215020737-5mzlcotobwen1pej
[r=deryck, lifeless,
        wgrant][bug=673530][incr] Add a popup choice widget for the build
        frequency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <title>Source package recipe build schedule</title>
 
4
    <link rel="stylesheet" type="text/css"
 
5
          href="/+icing/yui/cssreset/reset.css" />
 
6
    <link rel="stylesheet" type="text/css"
 
7
          href="/+icing/yui/cssfonts/fonts.css" />
 
8
    <link rel="stylesheet" type="text/css"
 
9
          href="/+icing/yui/cssbase/base.css" />
 
10
    <style type="text/css">
 
11
      dt { font-weight: bold }
 
12
      dd p { margin-bottom: 0.5em }
 
13
    </style>
 
14
  </head>
 
15
  <body>
 
16
    <h1>Source package recipe build schedule</h1>
 
17
 
 
18
    <p>There are two options for when recipes get built:</p>
 
19
    <dl>
 
20
      <dt>Built daily</dt>
 
21
      <dd>
 
22
        <p>A build will be scheduled automatically once a change in any
 
23
        of the branches used in the recipe is detected.</p>
 
24
        <p>If there has been a build of the recipe within the previous
 
25
          24 hours into the daily build PPA, the build will not be scheduled
 
26
          until 24 hours since the last build into the daily build PPA.</p>
 
27
        <p>If the recipe had been built within the last 24 hours into a
 
28
          different PPA using the "Request build" action, this will not
 
29
          delay the daily build.</p>
 
30
        <p>If you really want the build to happen before the 24 hour period is up,
 
31
          you can use the "Request build" action.</p>
 
32
      </dd>
 
33
      <dt>Built on request</dt>
 
34
      <dd>
 
35
        <p>Builds of the recipe have to be manually requested using the
 
36
          "Request build" action.</p>
 
37
      </dd>
 
38
    </dl>
 
39
 
 
40
  </body>
 
41
</html>