-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cockpituous: Only release to GitHub and COPR
This is a stable branch aimed at RHEL. Closes #429
- Loading branch information
1 parent
f7d609b
commit 9369399
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,17 +14,5 @@ RELEASE_SRPM="_release/srpm" | |
job release-source | ||
job release-srpm -V | ||
|
||
# Authenticate for pushing into Fedora dist-git (works in Cockpituous release container) | ||
cat ~/.fedora-password | kinit [email protected] | ||
# Do fedora builds for the tag, using tarball | ||
job release-koji master | ||
job release-koji f31 | ||
job release-koji f32 | ||
job release-bodhi F31 | ||
job release-bodhi F32 | ||
|
||
# These are likely the first of your release targets; but run them after Fedora uploads, | ||
# so that failures there will fail the release early, before publishing on GitHub | ||
|
||
job release-github | ||
job release-copr @cockpit/cockpit-podman |