From 4aa04499c687f13a221d3a33ebed988d00b7771e Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 9 Nov 2022 20:43:02 +0900 Subject: s/openring/fead/ --- .builds/auto.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.builds/auto.yml') 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 -- cgit 1.4.1