From 150c084785390fc2dff4507e44f3c2d513bf86c2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 20 Dec 2022 17:37:03 -0300 Subject: [PATCH] Mi webring: Resolver paths correctamente --- .woodpecker.yml | 4 ++-- Mi webring.gen | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9624d80..9e56ae2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,8 +8,8 @@ pipeline: - apk add nodejs npm lua5.1 - npm config set -g registry http://npm.proxy.coso - npm install -g pnpm - # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-1 - - wget -nv -O /bin/openring https://gitea.nulo.in/attachments/c07b8560-5d35-4844-9844-226aa769a8e4 + # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2 + - wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8 - chmod +x /bin/openring - pnpm install diff --git a/Mi webring.gen b/Mi webring.gen index 216ac4a..4451ed8 100755 --- a/Mi webring.gen +++ b/Mi webring.gen @@ -25,8 +25,8 @@ local template = [[ ]] local code = os.execute("echo '"..template..[[' | openring \ - -s file:cached-feeds/fauno.xml \ - -s file:cached-feeds/copiona.xml + -s file:cached-feeds/fauno.xml?url=https://fauno.endefensadelsl.org/feed.xml \ + -s file:cached-feeds/copiona.xml?url=https://copiona.com/feed.xml ]]) if code ~= 0 then os.exit(1)