Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 552 Bytes

File metadata and controls

14 lines (12 loc) · 552 Bytes

RPM dependencies mirroring services

This manager attempts to automatize step (1.) of "Few weeks before branching day" phase.

Usage

Options:

  • --current-release specifies the current OCP version
  • --release-repo is the absolution path to openshift/release repository

Example

    $ ./generated-release-gating-jobs \
        --current-release "4.12" \
        --release-repo "/full/path/to/openshift/release/repo"