You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
distribution-archives Generate distribution archives to be uploaded into Python registry
962
964
upload-distribution-archives Upload distribution archives into Python registry
963
-
konflux-requirements Generate hermetic requirements.*.txt file for konflux build
964
-
konflux-rpm-lock Generate rpm.lock.yaml file for konflux build
965
-
konflux-artifacts-lock Regenerate artifacts.lock.yaml file for konflux build
965
+
konflux-requirements Generate hermetic requirements.*.txt file for Konflux build
966
+
konflux-rpm-lock Generate rpm.lock.yaml file for Konflux build
967
+
konflux-artifacts-lock Regenerate artifacts.lock.yaml file for Konflux build
966
968
help Show this help screen
967
969
```
968
970
@@ -1451,9 +1453,9 @@ make konflux-requirements
1451
1453
This compiles Python dependencies from `pyproject.toml` using `uv`, splits packages by their source index (PyPI vs Red Hat's internal registry), and generates hermetic requirements files with pinned versions and hashes for Konflux builds.
1452
1454
1453
1455
**Files produced:**
1454
-
- `requirements.hashes.source.txt` – PyPI packages with hashes
1455
-
- `requirements.hashes.wheel.txt` – Red Hat registry packages with hashes
0 commit comments