From 2f2249ef0b3c99e0eae30e39c59d83e160f2ff7c Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 31 Aug 2026 00:32:11 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-08-31T00:32:1?= =?UTF-8?q?1Z=20=E2=80=94=20avance=20del=20=C3=A1rbol=20KDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/state/drenaje.json | 29 ++++++----------------------- docs/state/fuentes-vigia.json | 15 ++++++++++++--- 2 files changed, 18 insertions(+), 26 deletions(-) diff --git a/docs/state/drenaje.json b/docs/state/drenaje.json index d44bbf41..12562a53 100644 --- a/docs/state/drenaje.json +++ b/docs/state/drenaje.json @@ -22,29 +22,12 @@ }, "escritorio-gnome": { "grafo": "docs/state/build-state-gnome.json", - "nodos": 127, - "en_deuda": 3, - "ondas": 2, - "profundidad": 2, - "construibles_ya": [ - "gnome-session", - "gnome-settings-daemon" - ], - "olas": [ - { - "n": 1, - "recetas": [ - "gnome-session", - "gnome-settings-daemon" - ] - }, - { - "n": 2, - "recetas": [ - "gdm" - ] - } - ] + "nodos": 119, + "en_deuda": 0, + "ondas": 0, + "profundidad": 0, + "construibles_ya": [], + "olas": [] }, "escritorio-kde": { "grafo": "docs/state/build-state-kde.json", diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 26703e1d..f7292aa6 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,7 +1,16 @@ { "schema": "hammer-fuentes-vigia/1", "total": 1172, - "vivas": 1172, - "muertas": 0, - "detalle_muertas": [] + "vivas": 1171, + "muertas": 1, + "detalle_muertas": [ + { + "receta": "libtool", + "fichero": "recipes/incoming-kde/libtool.toml", + "tipo": "tarball", + "url": "https://ftpmirror.gnu.org/libtool/libtool-2.5.4.tar.xz", + "codigo": "502", + "viva": false + } + ] }