summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-08 20:17:33 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-08 20:17:33 +0200
commite837531a85bd38b83f3dde2671a52162b9416e63 (patch)
tree6ba3d5e8d1391e5005bb459ab4a983aac840b618
parentdf0c307c3054e02c2cbf300284174af153ffc35e (diff)
downloadambient-web-e837531a85bd38b83f3dde2671a52162b9416e63.tar.gz
chore: drop unused .ambient.yaml
-rw-r--r--.ambient.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.ambient.yaml b/.ambient.yaml
deleted file mode 100644
index f7c8e62..0000000
--- a/.ambient.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-image: /home/liw/tmp/ambient/ikiwiki.qcow2
-source: .
-shell: |
- #!/bin/bash
- #
- # Build an ikiwiki of mine, incrementally, and publish it on my local
- # web server.
-
- set -xeuo pipefail
-
- export HOME=/workspace
-
- mkdir /workspace/html
- sed -i 's#^srcdir:.*#srcdir: /workspace/src#' ikiwiki.setup
- sed -i 's#^destdir:.*#destdir: /workspace/html#' ikiwiki.setup
-
- ikiwiki --setup ikiwiki.setup --libdir /workspace/deps --rebuild --verbose
-
- find /workspace/html -type f
- tar -C /workspace/html -cvf /dev/vdc .