summaryrefslogtreecommitdiff
path: root/ick_files.mdwn
diff options
context:
space:
mode:
authorTeemu Hukkanen <tjhukkan@iki.fi>2018-09-29 00:29:29 +0200
committerLars Wirzenius <liw@liw.fi>2018-09-29 09:41:01 +0300
commitd010a026fdbb8ee38145c5e1385547990d427a2d (patch)
treeb8a5407f96603cea7a04293a32cd508cbde25345 /ick_files.mdwn
parent3e660ff29ee13ba160cd91d253695967621989f5 (diff)
downloadick.liw.fi-d010a026fdbb8ee38145c5e1385547990d427a2d.tar.gz
Fix typos
Diffstat (limited to 'ick_files.mdwn')
-rw-r--r--ick_files.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/ick_files.mdwn b/ick_files.mdwn
index 55bb586..7313706 100644
--- a/ick_files.mdwn
+++ b/ick_files.mdwn
@@ -10,7 +10,7 @@ of pipelines.
A project has a name, optionally defines some parameters, and lists
one or more pipelines. A pipeline is a re-useable sequence of build
-actions to achieve a goal, such a checking out code from version
+actions to achieve a goal, such as checking out code from version
control, or building binaries from source code.
You can roughly think of a pipeline as a subroutine that the project
@@ -54,7 +54,7 @@ three possibilities:
* `container` &ndash; in a container using a defined system tree
(systree) and workspace bind-mounted at /workspace
-You should strive to run all actions in conatiners, since that makes
+You should strive to run all actions in containers, since that makes
it hardest to mess up the worker host.
Actions are run as root in the container, and in a chroot. On the
@@ -90,7 +90,7 @@ The worker manager defines (at least) the following actions:
* `archive: workspace`
Take the current content of the workspace, put it in a compressed
- tar archive, and uplad it to the artifact store. Get the name of
+ tar archive, and upload it to the artifact store. Get the name of
the artifact from the parameter named in the `name_from` field, if
given, and the`artifact_name` parameter if not.
@@ -173,7 +173,7 @@ The worker manager defines (at least) the following actions:
.mirror/$name && git remote update --prune`).
Ick provides a pipeline that uses the `git_mirror` action and
- addtional `shell` or `python` actions to do the checkout.
+ additional `shell` or `python` actions to do the checkout.
* `action: rsync`
@@ -233,7 +233,7 @@ Build one for each target Debian release: `jessie`, `stretch`,
store with systree artifacts. Each actual project should use one of
the artifacts to do the build in a container.
-You can use the `ick/build_debian_systree` pipeline to build systreees
+You can use the `ick/build_debian_systree` pipeline to build systrees
with Debian.
When building in a container, you can install more things inside the