aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-04-17 15:19:08 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-04-17 15:19:08 +0300
commitf8f964719441140c82f15d526729a4425a4bb497 (patch)
tree52f5d24732cd28a72c65258cc72b99271d67dfd8 /utils
parentb7f4484eb0d156e495948000981d6224951d3585 (diff)
Update README for single-script interface.
Diffstat (limited to 'utils')
-rw-r--r--utils/new-publish/README27
1 files changed, 14 insertions, 13 deletions
diff --git a/utils/new-publish/README b/utils/new-publish/README
index b5940f5..c37027e 100644
--- a/utils/new-publish/README
+++ b/utils/new-publish/README
@@ -20,19 +20,20 @@ Builder -> Snapshots
External Interface
------------------
-Build jobs use publishing API using the shell command calls. There're
-2 scripts to perform publishing action:
-
-* publish-start
-* publish-finish
-
-They compliment each other and should be used in pair.
-
-Script parameters:
-
-publish-start --token <token> <build_id> <glob_pattern>...
-
-publish-finish --token <token> <build_id>
+Build jobs use publishing API using the shell command calls. To
+perform publishing build calls following script:
+
+publish --token=<token> --type=<build_type> <build_id> <glob_pattern>...
+
+<token>
+ Token to authenticate publishing request. It is expected that security
+ token is injected into build process by top-level scheduler. [Not
+ implemented in prototype.]
+<build_type>
+ Type of the build from a predefined set, like "android", "kernel",
+ "openembedded", etc. Generally, this selects target area for publishing,
+ but may influence other build parameters, like directory structure,
+ metadata, etc.
Internal Implementation