From 06c7835ecd33f566509b52fb203724a95eb3eb28 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Thu, 26 Mar 2026 14:14:27 -0700 Subject: [PATCH 1/2] Minimize the use of dep5 file Signed-off-by: Arrobo, Gabriel --- .gitignore | 2 ++ .reuse/dep5 | 2 +- VERSION.license | 2 ++ dict.txt | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 VERSION.license diff --git a/.gitignore b/.gitignore index 5a220d3..a1af84b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Copyright: 2021 Open Networking Foundation +# License: Apache-2.0 __pycache__ _build venv-docs diff --git a/.reuse/dep5 b/.reuse/dep5 index 3aaa52c..44fd687 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,5 +1,5 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Files: VERSION .gitignore *.rst *.png *.svg dict.txt +Files: *.rst *.png *.svg Copyright: 2021 Open Networking Foundation License: Apache-2.0 diff --git a/VERSION.license b/VERSION.license new file mode 100644 index 0000000..e0e47b5 --- /dev/null +++ b/VERSION.license @@ -0,0 +1,2 @@ +Copyright: 2021 Open Networking Foundation +License: Apache-2.0 diff --git a/dict.txt b/dict.txt index 79454e3..220922e 100644 --- a/dict.txt +++ b/dict.txt @@ -1,3 +1,5 @@ +# Copyright: 2021 Open Networking Foundation +# License: Apache-2.0 Alertmanager Bavier CLI From 870bcf1745b39d1e65ba330151c9e7ab43db1cce Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Thu, 26 Mar 2026 14:35:45 -0700 Subject: [PATCH 2/2] Add linkcheck_ignore due to continuous timeout Signed-off-by: Arrobo, Gabriel --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index bd8e527..2f77830 100644 --- a/conf.py +++ b/conf.py @@ -263,6 +263,7 @@ def get_version(): linkcheck_ignore = [ r'https://jenkins\.opencord\.org/job/aether-member-only-jobs/.*', r'https://jenkins.aetherproject.org/.*', + r'https://kubernetes\.io/docs/tasks/run-application/horizontal-pod-autoscale/.*', r'https://sas.goog/.*', r'https://www.fs.com/.*', r'https://velero.io/.*',