about summary refs log tree commit diff homepage
path: root/.builds/auto.yml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-11-09 20:43:02 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-11-09 20:43:02 +0900
commit4aa04499c687f13a221d3a33ebed988d00b7771e (patch)
tree4d2cb39be915e6cfb43056ddb2cfd2b2a6c0315c /.builds/auto.yml
parentf3fa55292c37e6031d030c4e802033036ad8fc0c (diff)
downloadsite-4aa04499c687f13a221d3a33ebed988d00b7771e.tar.gz
s/openring/fead/
Diffstat (limited to '.builds/auto.yml')
-rw-r--r--.builds/auto.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/auto.yml b/.builds/auto.yml
index 402048b..fc8a4ae 100644
--- a/.builds/auto.yml
+++ b/.builds/auto.yml
@@ -1,10 +1,10 @@
 image: nixos/unstable
 oauth: lists.sr.ht/EMAILS:RO pages.sr.ht/PAGES:RW
 packages:
-  - nixos.openring
   - nixos.python3
 sources:
   - https://git.sr.ht/~amolith/fediring.net
+  - https://git.sr.ht/~cnx/fead
   - https://git.sr.ht/~cnx/site
 environment:
   NODE: node
@@ -12,8 +12,8 @@ tasks:
   - inject: |
       grep -C1 cnx.gdn fediring.net/webring.txt |
         awk 'NR % 2 { print $2 }' > site/_libs/fediring
-      openring -n 4 -l 192 -S site/_libs/openring/sources\
-        < site/_libs/openring/in.html > site/_libs/openring/out.html
+      fead/src/fead.py -F site/_libs/fead/sources -n 4 -l 192\
+        < site/_libs/fead/in.html > site/_libs/fead/out.html
       acurl https://lists.sr.ht/query/list/5261.mbox -o site/_libs/formbox/mbox
   - build: |
       cd site