~psivaa/uci-engine/rabbitmq-restish-with-proxy

« back to all changes in this revision

Viewing changes to docs/components/branch-source-builder.rst

  • Committer: Joe Talbott
  • Date: 2014-01-27 14:54:08 UTC
  • mfrom: (126.3.8 webui)
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: joe.talbott@canonical.com-20140127145408-zpubebx02y6oumxq
merge doanac's cleanup branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
************
23
23
 
24
24
* Lander sends a "build_source" request to the service (this includes swift
25
 
  urls from the data-store on what to build)
 
25
  URLs from the data-store on what to build)
26
26
 
27
27
* A request is placed in the queue (at each step below, the progress_trigger
28
28
  will be called to notify of status changes).
46
46
 
47
47
Request a PPA build of the provided sources.
48
48
 
49
 
*Url Pattern*
 
49
*URL Pattern*
50
50
 
51
51
  http://bsbuilder-url:8080/api/v1/build_source (HTTP POST)
52
52
 
53
53
*Parameters*
54
 
  * source_packages: An array of data-store URL's containing all of the
 
54
  * source_packages: An array of data-store URLs containing all of the
55
55
    source package files.
56
56
  * ppa: The PPA allocated by the ppa-assigner for this operation.
57
57
  * progress_trigger: A string used to create a dedicated message queue
116
116
Useful for debug and monitoring. This method will return information like
117
117
the number of worker queues and if they are busy or not.
118
118
 
119
 
*Url Pattern*
 
119
*URL Pattern*
120
120
 
121
121
  http://bsbuilder-url:8080/api/v1/status (HTTP GET)
122
122