Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM to different file per rpm #5797

Open
wants to merge 1 commit into
base: openshift-4.19
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions rpms/openshift.yml → rpms/openshift.rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ content:
tito_target: aos-{MAJOR}.{MINOR}
# Address https://coreos.slack.com/archives/GDBRP5YJH/p1573497720048000 before turning to false
push_release_commit: false
distgit:
branch: rhaos-{MAJOR}.{MINOR}-rhel-8
name: openshift
owners:
- aos-master@redhat.com
targets:
- rhaos-{MAJOR}.{MINOR}-rhel-8-candidate
- rhaos-{MAJOR}.{MINOR}-rhel-9-candidate
hotfix_targets:
- rhaos-{MAJOR}.{MINOR}-rhel-8-hotfix
- rhaos-{MAJOR}.{MINOR}-rhel-9-hotfix
23 changes: 23 additions & 0 deletions rpms/openshift.rhel9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
content:
source:
specfile: openshift.spec
git:
branch:
target: release-{MAJOR}.{MINOR}
url: git@github.com:openshift-priv/kubernetes.git
web: https://github.com/openshift/kubernetes
build:
use_source_tito_config: false
tito_target: aos-{MAJOR}.{MINOR}
# Address https://coreos.slack.com/archives/GDBRP5YJH/p1573497720048000 before turning to false
push_release_commit: false
distgit:
name: openshift
branch: rhaos-{MAJOR}.{MINOR}-rhel-9
name: openshift
owners:
- aos-master@redhat.com
targets:
- rhaos-{MAJOR}.{MINOR}-rhel-9-candidate
hotfix_targets:
- rhaos-{MAJOR}.{MINOR}-rhel-9-hotfix
Loading