summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-23 09:46:15 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-23 09:46:15 +0200
commit39d6d117c94e31268afc13710a0c9b8bee711b51 (patch)
tree6e201869674daa48f9f5a114a511695246494700
parent1510c79ed7161bf0b8c94d4607f1737d481712c6 (diff)
downloadick.liw.fi-39d6d117c94e31268afc13710a0c9b8bee711b51.tar.gz
Publish log entry
-rw-r--r--blog/2017/12/23/planning_meeting_iteration_8.mdwn75
1 files changed, 75 insertions, 0 deletions
diff --git a/blog/2017/12/23/planning_meeting_iteration_8.mdwn b/blog/2017/12/23/planning_meeting_iteration_8.mdwn
new file mode 100644
index 0000000..8e7ca66
--- /dev/null
+++ b/blog/2017/12/23/planning_meeting_iteration_8.mdwn
@@ -0,0 +1,75 @@
+[[!meta title="Planning meeting (iteration 8)"]]
+[[!tag meeting]]
+[[!meta date="2017-12-23 09:33"]]
+[[!meta author="liw"]]
+
+People
+=============================================================================
+
+* [[people/liw]]
+
+Agenda
+=============================================================================
+
+* Discuss and decide goals for this iteration.
+
+Notes
+=============================================================================
+
+* The goal of this iteration is to have parametrised pipelines.
+ Currently, Lars is running ick2 to update two static websites, with
+ near-identical copies of the pipeline. The only differences are the
+ git URL from which the website source gets retrieved, and the rsync
+ target to which the result gets sent. This duplication needs to be
+ fixed, and that is done by adding pipeline parameters.
+
+Current projects
+-----------------------------------------------------------------------------
+
+* None.
+
+
+Tasks for this week
+-----------------------------------------------------------------------------
+
+Tasks may be part of a project or be random small ones (max an hour)
+that just need doing.
+
+[[!table data="""
+what | project | Who | estimate(h)
+
+Document how parameters work, are implemented | | Lars | 1h
+Implement project, pipeline parameters | | Lars | 2h
+Make a release | | Lars | 1h
+Convert Lars's pipelines into one | | Lars | 1h
+
+Total | | Lars | 5h
+"""]]
+
+Task descriptions
+------------------------------------------------------------------------------
+
+* **Document how parameters work, are implemented:** Update the
+ architecture document on the website with a description of how
+ project, pipeline parameters work, in enough detail that someone
+ else could do the implementation.
+
+ _Acceptance criteria:_ Lars is happy to do the implemention based on
+ the documentation.
+
+* **Implement project, pipeline parameters:** Implement the parameter
+ design.
+
+ _Acceptance criteria:_ The yarns have been updated to use
+ parameters, and to test them, and they pass.
+
+* **Make a release:** Make a new release with support for parameters.
+
+ _Acceptance criteria:_ The release is available on code.liw.fi.
+
+* **Convert Lars's pipelines into one:** Upgrade ick on Lars's
+ instance, and update the project and pipeline definitions to use
+ parameters.
+
+ _Acceptance criteria:_ Updating git://git.liw.fi/ick.liw.fi.git
+ results in http://ick.liw.fi getting updated automatically.