calamares/src
Adriaan de Groot bb05deca33 [netinstall] Repair schema IDs
The schema is considered invalid by **some** versions of
configvalidator (or rather, the underlying jsonschema):

```
128: '#definitions/groups' does not match '^[^#]*#?$'
128:
128: Failed validating 'pattern' in metaschema['properties']['definitions']['additionalProperties']['$dynamicRef']['allOf'][0]['properties']['$id']:
128:     {'$comment': 'Non-empty fragments not allowed.',
128:      '$ref': '#/$defs/uriReferenceString',
128:      'pattern': '^[^#]*#?$'}
```

Remove the `#` from the IDs.
2022-06-27 23:12:31 +02:00
..
branding [libcalamares] Use the enum names as keys 2022-06-03 11:40:10 +02:00
calamares CI: apply coding style (clang-format 13) 2022-06-27 00:37:15 +02:00
libcalamares CI: apply coding style (clang-format 13) 2022-06-27 00:37:15 +02:00
libcalamaresui CI: apply coding style (clang-format 13) 2022-06-27 00:37:15 +02:00
modules [netinstall] Repair schema IDs 2022-06-27 23:12:31 +02:00
qml/calamares CMake: apply gersemi styling 2022-02-08 16:18:47 +01:00
CMakeLists.txt CMake: apply gersemi styling 2022-02-08 16:18:47 +01:00