File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ distribution-archives: ## Generate distribution archives to be uploaded into Pyt
121121upload-distribution-archives : # # Upload distribution archives into Python registry
122122 uv run python -m twine upload --repository ${PYTHON_REGISTRY} dist/*
123123
124- konflux-requirements : # # generate hermetic requirements.*.txt file for konflux build
124+ konflux-requirements : # # Generate hermetic requirements.*.txt file for konflux build
125125 ./scripts/konflux_requirements.sh
126126
127- konflux-rpm-lock : # # generate rpm.lock.yaml file for konflux build
127+ konflux-rpm-lock : # # Generate rpm.lock.yaml file for konflux build
128128 ./scripts/generate-rpm-lock.sh
129129
130130help : # # Show this help screen
Original file line number Diff line number Diff line change @@ -856,8 +856,8 @@ ruff Check source code using Ruff linter
856856verify Run all linters
857857distribution-archives Generate distribution archives to be uploaded into Python registry
858858upload-distribution-archives Upload distribution archives into Python registry
859- konflux-requirements generate hermetic requirements.*.txt file for konflux build
860- konflux-rpm-lock generate rpm.lock.yaml file for konflux build
859+ konflux-requirements Generate hermetic requirements.*.txt file for konflux build
860+ konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
861861```
862862
863863## Running Linux container image
You can’t perform that action at this time.
0 commit comments