1b8fd21eba
The verify-overlay-integrity.sh script is now active. It runs at the start of canonical builds and auto-repairs via apply-patches.sh on failure. Restored missing symlinks for: - recipes/core/base/redox.patch - recipes/core/bootloader/redox.patch - recipes/core/bootloader/P2-live-preload-guard.patch - recipes/core/bootloader/P3-uefi-live-image-safe-read.patch - recipes/wip/wayland/qt6-wayland-smoke (incorrect relative path) Created empty stub at local/patches/base/redox.patch so the relibc/base symlinks can be re-created by apply-patches.sh. Overlay integrity now reports: 365 recipe symlinks, 0 broken 9 patch symlinks, 0 broken 9 critical patches, 0 missing 10 critical configs, 0 missing
54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2010 Codethink Limited
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
-->
|
|
<Project xmlns='http://usefulinc.com/ns/doap#'
|
|
xmlns:foaf='http://xmlns.com/foaf/0.1/'
|
|
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
|
|
xmlns:gnome='http://api.gnome.org/doap-extensions#'>
|
|
|
|
<name xml:lang='en'>gvdb</name>
|
|
<shortdesc xml:lang='en'>GVariant Database file</shortdesc>
|
|
<description xml:lang='en'>
|
|
A simple database file format that stores a mapping from strings to
|
|
GVariant values in a way that is extremely efficient for lookups.
|
|
|
|
The database is written once and can not be modified.
|
|
|
|
Included here is reader code and a first-pass implementation of a
|
|
writer (that does not currently produce particularly optimised
|
|
output).
|
|
|
|
It is intended that this code be used by copy-pasting into your
|
|
project or by making use of git-merge(1).
|
|
</description>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Matthias Clasen</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:mclasen@redhat.com"/>
|
|
<gnome:userid>matthiasc</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Philip Withnall</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:philip@tecnocode.co.uk"/>
|
|
<foaf:mbox rdf:resource="mailto:withnall@endlessm.com"/>
|
|
<gnome:userid>pwithnall</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Emmanuele Bassi</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:ebassi@gnome.org"/>
|
|
<gnome:userid>ebassi</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
|
|
</Project>
|