summaryrefslogtreecommitdiff
path: root/architecture.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-05 10:40:51 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-05 10:40:51 +0300
commit7c7e63691ee0ac984f719206c398b5942ac092dd (patch)
treef13d099bb879748993f0c4f1790eed6bbab2fc87 /architecture.mdwn
parentd1ffc74f48e5bfc4766797c91374d3235b643c62 (diff)
downloadick.liw.fi-7c7e63691ee0ac984f719206c398b5942ac092dd.tar.gz
Change: expland on example project
Diffstat (limited to 'architecture.mdwn')
-rw-r--r--architecture.mdwn11
1 files changed, 6 insertions, 5 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 0e88e07..66f2a7a 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -51,7 +51,7 @@ building packages of any reasonable type. In our wildest dreams it'll
be scalable enough to build a full, large Linux distribution such as
Debian. Also, it should be painless to deploy, operate, and use.
-Example
+Example project
-----------------------------------------------------------------------------
We will be returning to this example throughout this document. Imagine
@@ -71,7 +71,7 @@ This might be expressed as an Ick configuration like this:
git_ref: master
rsync_target: ickliwfi@ick.liw.fi:/srv/http/ick.liw.fi
pipelines:
- - get_souce
+ - get_source
- build_ikiwiki_site
pipelines:
@@ -98,9 +98,10 @@ This might be expressed as an Ick configuration like this:
subprocess.check_call(*args, stdout=None, stderr=None)
R(['ql-ikiwiki-publish', 'src', params['rsync_target']])
-Note that pipelines are defined in the configuration. Eventually, Ick
-will come with libraries of pre-defined pipelines that can easily be
-reused, but it will always be possible for users to define their own.
+Note that pipelines are defined in the configuration by the user.
+Eventually, Ick will come with libraries of pre-defined pipelines that
+can easily be reused, but it will always be possible for users to
+define their own.
Ick architecture