diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
commit | 034d92ce14251297c41f68cfbf7e37df5fe80d0f (patch) | |
tree | 9d8fd31ec85c480f8af853b1ce463c1048d50586 /builds.sr.ht | |
parent | 8f4d5ccd2765ae841f529f8d9bde468a187d4987 (diff) | |
download | sr.ht-docs-034d92ce14251297c41f68cfbf7e37df5fe80d0f.tar.gz |
Add YAMl frontmatter to all pages
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/api.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/compatibility.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/index.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/installation.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/manifest.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/private-repos.md | 4 | ||||
-rw-r--r-- | builds.sr.ht/triggers.md | 4 |
7 files changed, 28 insertions, 0 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index f9f1754..8c04186 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -1,3 +1,7 @@ +--- +title: builds.sr.ht API reference +--- + The builds.sr.ht API allows you to insert jobs, monitor their progress, and access some information about the build system. Authentication to this API is brokered by meta.sr.ht. This API uses standard sr.ht error responses. All diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index c60389a..9e281cb 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -1,3 +1,7 @@ +--- +title: builds.sr.ht compatibility matrix +--- + # Available Build Images If you have any special requests, please [send an diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index bd89f0d..b3f4fc2 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -1,3 +1,7 @@ +--- +title: builds.sr.ht docs +--- + [builds.sr.ht](https://builds.sr.ht) is a service on sr.ht that allows you to submit "build manifests" for us to work on. We spin up a virtual machine per your specifications and run your scripts in it. This is generally used to diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md index c9cebd2..bd4942b 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -1,3 +1,7 @@ +--- +title: builds.sr.ht installation +--- + There are two components to builds.sr.ht: the job runner and the master server. Typically installations will have one master and many runners distributed on many servers, but both can be installed on the same server for small diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md index fc38d27..c366edd 100644 --- a/builds.sr.ht/manifest.md +++ b/builds.sr.ht/manifest.md @@ -1,3 +1,7 @@ +--- +title: Build manifest reference +--- + A build manifest is a YAML file that describes how to perform a build. Here's an example: diff --git a/builds.sr.ht/private-repos.md b/builds.sr.ht/private-repos.md index 9231517..7735288 100644 --- a/builds.sr.ht/private-repos.md +++ b/builds.sr.ht/private-repos.md @@ -1,3 +1,7 @@ +--- +title: Private repos on builds.sr.ht +--- + # Private repos in builds.sr.ht jobs <div class="alert alert-danger"> diff --git a/builds.sr.ht/triggers.md b/builds.sr.ht/triggers.md index 50e040d..dc0ffea 100644 --- a/builds.sr.ht/triggers.md +++ b/builds.sr.ht/triggers.md @@ -1,3 +1,7 @@ +--- +title: Build triggers reference +--- + At the end of a job or a job group, you can execute triggers based on the outcome of the job. The basic format is (in JSON): |