Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion telco5g-konflux
Submodule telco5g-konflux updated 48 files
+1 βˆ’1 .github/workflows/make-all.yaml
+2 βˆ’10 .github/workflows/make-test-download-scripts.yaml
+1 βˆ’1 .github/workflows/make-test-overlay.yaml
+16 βˆ’0 .github/workflows/make-test-rpm-lock.yaml
+4 βˆ’4 .yamllint.yaml
+2 βˆ’0 OWNERS_ALIASES
+1 βˆ’0 requirements.txt
+31 βˆ’14 scripts/catalog/Makefile
+60 βˆ’6 scripts/catalog/konflux-compare-catalog.sh
+62 βˆ’18 scripts/catalog/konflux-update-catalog-template.sh
+75 βˆ’12 scripts/catalog/konflux-validate-related-images-production.sh
+25 βˆ’16 scripts/download/Makefile
+25 βˆ’40 scripts/download/download-bashate.sh
+316 βˆ’0 scripts/download/download-go-tool.sh
+0 βˆ’332 scripts/download/download-golangci-lint.sh
+125 βˆ’70 scripts/download/download-jq.sh
+23 βˆ’44 scripts/download/download-operator-sdk.sh
+21 βˆ’42 scripts/download/download-opm.sh
+25 βˆ’40 scripts/download/download-shellcheck.sh
+72 βˆ’51 scripts/download/download-yamllint.sh
+20 βˆ’42 scripts/download/download-yq.sh
+163 βˆ’155 scripts/download/tests/test-download-bashate.sh
+408 βˆ’0 scripts/download/tests/test-download-go-tool.sh
+0 βˆ’345 scripts/download/tests/test-download-golangci-lint.sh
+27 βˆ’33 scripts/download/tests/test-download-jq.sh
+2 βˆ’2 scripts/download/tests/test-download-operator-sdk.sh
+2 βˆ’2 scripts/download/tests/test-download-opm.sh
+204 βˆ’126 scripts/download/tests/test-download-shellcheck.sh
+16 βˆ’17 scripts/download/tests/test-download-yamllint.sh
+2 βˆ’2 scripts/download/tests/test-download-yq.sh
+48 βˆ’0 scripts/renovate/Makefile
+31 βˆ’0 scripts/renovate/renovate-format-config-file.sh
+60 βˆ’0 scripts/renovate/renovate-validate-config-file.sh
+191 βˆ’11 scripts/rpm-lock/Makefile
+323 βˆ’0 scripts/rpm-lock/generate-rhel8-locks.sh
+241 βˆ’0 scripts/rpm-lock/generate-rhel9-locks.sh
+189 βˆ’0 scripts/rpm-lock/tests/README.md
+5 βˆ’0 scripts/rpm-lock/tests/rhel8-test/.gitignore
+36 βˆ’0 scripts/rpm-lock/tests/rhel8-test/rpms.in.yaml
+309 βˆ’0 scripts/rpm-lock/tests/rhel8-test/test-rhel8-integration.sh
+4 βˆ’0 scripts/rpm-lock/tests/rhel9-test/.gitignore
+36 βˆ’0 scripts/rpm-lock/tests/rhel9-test/rpms.in.yaml
+301 βˆ’0 scripts/rpm-lock/tests/rhel9-test/test-rhel9-integration.sh
+264 βˆ’0 scripts/rpm-lock/tests/run-integration-tests.sh
+0 βˆ’2 test/overlay/ocloud/4.20/00.data/expected/oran-o2ims.clusterserviceversion.yaml
+0 βˆ’2 test/overlay/ocloud/4.20/00.data/oran-o2ims.clusterserviceversion.in.yaml
+1 βˆ’1 test/overlay/talm/4.20/00.data/cluster-group-upgrades-operator.clusterserviceversion.in.yaml
+1 βˆ’1 test/overlay/talm/4.20/00.data/expected/cluster-group-upgrades-operator.clusterserviceversion.yaml
Loading