summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-19 21:06:42 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-19 21:06:42 +0300
commitb0049e9a050f418dcc229b0cc5b72ed237f4e74c (patch)
tree8857af8f195d1d59771d0d5913d1b59c1bc3529c
parent5306a5a243ae28bbc9f68f343630662e06e1cd5a (diff)
downloadliw-ci-b0049e9a050f418dcc229b0cc5b72ed237f4e74c.tar.gz
Change: use new ikiwiki+pandoc+subplot pipeline for noir.liw.fi
-rw-r--r--ci-prod-websites.ick37
1 files changed, 23 insertions, 14 deletions
diff --git a/ci-prod-websites.ick b/ci-prod-websites.ick
index c1d26aa..c172a3d 100644
--- a/ci-prod-websites.ick
+++ b/ci-prod-websites.ick
@@ -75,6 +75,27 @@ projects:
repo: ssh://git@git.liw.fi/private/liw/Journal
pipelines: *website_pipelines
+- project: noir.liw.fi
+ parameters:
+ <<: *website_params
+ workspace_name: noir.liw.fi
+ rsync_target: ickliwfi@noir.liw.fi:/srv/http/noir.liw.fi
+ sources:
+ - name: pandoc-plugin
+ ref: master
+ location: ikiwiki-pandoc
+ repo: https://github.com/sciunto-org/ikiwiki-pandoc.git
+ - name: source
+ ref: master
+ location: src
+ repo: git://git.liw.fi/noir.liw.fi
+ pipelines: *website_pipelines
+
+
+
+
+
+
- project: ick.liw.fi
parameters:
<<: *ikiwiki_params
@@ -107,19 +128,6 @@ projects:
location: src
repo: git://git.liw.fi/vmdb2.liw.fi
pipelines: *ikiwiki_pipelines
-
-- project: noir.liw.fi
- parameters:
- <<: *ikiwiki_params
- rsync_target: ickliwfi@noir.liw.fi:/srv/http/noir.liw.fi
- sources:
- - name: source
- ref: master
- location: src
- repo: git://git.liw.fi/noir.liw.fi
- pipelines: *ikiwiki_pipelines
-
-
- project: vmdb2-manual
parameters:
@@ -151,7 +159,8 @@ pipelines:
apt-get install -y subplot
# "Install" the plugin so ikiwiki can find it
- mkdir -p ikiwiki
+ find -ls
+ mkdir -p ikiwiki/IkiWiki/Plugin
mv ikiwiki-pandoc/pandoc.pm ikiwiki/IkiWiki/Plugin
- python: |