Skip to content

Commit 8f04907

Browse files
committed
Fix duplicate labels in per
1 parent f04448b commit 8f04907

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ bazel_dep(name = "score_persistency")
4040
git_override(
4141
module_name = "score_persistency",
4242
commit = "35a937f34ff5b2daad8df56e36de76687f19d631",
43+
patch_strip = 1,
44+
patches = [
45+
"//patches/persistency:001-fix-doc.patch",
46+
],
4347
remote = "https://github.com/eclipse-score/persistency.git",
4448
)
4549

known_good.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"score_persistency": {
4848
"repo": "https://github.com/eclipse-score/persistency.git",
4949
"hash": "35a937f34ff5b2daad8df56e36de76687f19d631",
50+
"bazel_patches": [
51+
"//patches/persistency:001-fix-doc.patch"
52+
],
5053
"metadata": {
5154
"extra_test_config": [
5255
"@score_baselibs//src/log:safety_level=qm",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/docs/features/persistency/architecture/index.rst b/docs/features/persistency/architecture/index.rst
2+
index 1d177d35..fedb9618 100644
3+
--- a/docs/features/persistency/architecture/index.rst
4+
+++ b/docs/features/persistency/architecture/index.rst
5+
@@ -12,7 +12,7 @@
6+
# SPDX-License-Identifier: Apache-2.0
7+
# *******************************************************************************
8+
9+
-.. _feature_architecture_persistency:
10+
+.. _feature_architecture_persistency_internal:
11+
12+
Architecture
13+
============
14+
diff --git a/docs/features/persistency/security_planning/index.rst b/docs/features/persistency/security_planning/index.rst
15+
index 823f1872..d3ca1694 100644
16+
--- a/docs/features/persistency/security_planning/index.rst
17+
+++ b/docs/features/persistency/security_planning/index.rst
18+
@@ -12,7 +12,7 @@
19+
# SPDX-License-Identifier: Apache-2.0
20+
# *******************************************************************************
21+
22+
-.. _documents_docs_features_persistency:
23+
+.. _documents_docs_features_persistency_security_planning:
24+
25+
Feature Security Planning
26+
=========================

0 commit comments

Comments
 (0)