From 43f3a13c9b18c9f03b07538d244cebebc82d0e73 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 17 Mar 2021 12:10:25 +0200 Subject: obnam.org and blog.liw.fi --- ci-prod.ick | 71 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/ci-prod.ick b/ci-prod.ick index 5b3163f..dd91462 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -20,6 +20,7 @@ projects: - graphviz - ikiwiki - jq + - libimage-magick-perl - librsvg2-bin - make - pandoc @@ -115,6 +116,40 @@ projects: repo: ssh://git@git.liw.fi/liw.fi pipelines: *website_pipelines + - project: blog.liw.fi + parameters: + <<: *website_params + workspace_name: blog.liw.fi + rsync_src: html + rsync_target: ickliwfi@http.liw.fi:/srv/http/blog.liw.fi + sources: + - name: pandoc-plugin + ref: master + location: ikiwiki-pandoc + repo: https://github.com/sciunto-org/ikiwiki-pandoc.git + - name: source + ref: main + location: src + repo: ssh://git@git.liw.fi/blog.liw.fi + pipelines: *website_pipelines + + - project: obnam.org + parameters: + <<: *website_params + workspace_name: obnam.org + rsync_src: html + rsync_target: ickliwfi@http.liw.fi:/srv/http/obnam.org + sources: + - name: pandoc-plugin + ref: master + location: ikiwiki-pandoc + repo: https://github.com/sciunto-org/ikiwiki-pandoc.git + - name: source + ref: main + location: src + repo: ssh://git@git.liw.fi/obnam.org + pipelines: *website_pipelines + - project: ideas.liw.fi parameters: <<: *website_params @@ -195,42 +230,6 @@ pipelines: -# -# -# -# - project: blog.liw.fi -# parameters: -# <<: *website_params -# workspace_name: blog.liw.fi -# rsync_src: html -# rsync_target: ickliwfi@blog.liw.fi:/srv/http/blog.liw.fi -# sources: -# - name: pandoc-plugin -# ref: master -# location: ikiwiki-pandoc -# repo: https://github.com/sciunto-org/ikiwiki-pandoc.git -# - name: source -# ref: main -# location: src -# repo: ssh://git@git.liw.fi/blog.liw.fi -# pipelines: *website_pipelines -# -# - project: obnam.org -# parameters: -# <<: *website_params -# workspace_name: obnam.org -# rsync_src: html -# rsync_target: ickliwfi@obnam.org:/srv/http/obnam.org -# sources: -# - name: pandoc-plugin -# ref: master -# location: ikiwiki-pandoc -# repo: https://github.com/sciunto-org/ikiwiki-pandoc.git -# - name: source -# ref: main -# location: src -# repo: ssh://git@git.liw.fi/obnam.org -# pipelines: *website_pipelines # # - project: 256.liw.fi # parameters: -- cgit v1.2.1