From 205da706d3bd7edcc4ea18ab5aa5ca32e081b0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Fri, 8 Apr 2022 14:34:09 +0000 Subject: [PATCH] Fix osinfo-db helper for aramo release. --- helpers/make-osinfo-db | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/helpers/make-osinfo-db b/helpers/make-osinfo-db index aa7789e7..1a85f6bc 100644 --- a/helpers/make-osinfo-db +++ b/helpers/make-osinfo-db @@ -22,21 +22,12 @@ VERSION=1 . ./config -#Apply patches fow new fully free distros availbale at libosinfo as Jan-2022 +#Apply changes for new fully free distros availbale at libosinfo. # trisquel.info -patch -p1 < $DATA/trisquel9-e43f4830.patch sed -i '/derives-from/d' data/os/trisquel.info/trisquel-9.xml.in sed -i '/release-date/a \ \ \ \ <codename>Etiona</codename>' data/os/trisquel.info/trisquel-9.xml.in -# guix.gnu.org -patch -p1 < $DATA/guix_base-9bb849fe.patch -patch -p1 < $DATA/guix_1.3-e75ed5cd.patch -# hyperbola.info -patch -p1 < $DATA/hyperbola_03-a77800ad.patch -# pureos.net -rm -r data/os/pureos.net -patch -p1 < $DATA/pure-os_8-3570a396.patch -changelog "Apply patches fow new fully free distros availbale at libosinfo (Jan-2022)." +changelog "Apply changes for new fully free distros availbale at libosinfo." compile -- GitLab