Blob Blame History Raw
# This is a script run to release cockpit-composer through Cockpituous:
# https://github.com/cockpit-project/cockpituous

# Anything that start with 'job' may run in a way that it SIGSTOP's
# itself when preliminary preparition and then gets a SIGCONT in
# order to complete its work

RELEASE_SOURCE="_release/source"
RELEASE_SPEC="cockpit-composer.spec"
RELEASE_SRPM="_release/srpm"

# Authenticate for pushing into Fedora dist-git
cat ~/.fedora-password | kinit cockpit@FEDORAPROJECT.ORG

job release-source
job release-srpm -V

# Do fedora builds for the tag, using tarball
job release-koji master
job release-koji f32
job release-koji f33 

job release-github
job release-copr @osbuild/cockpit-composer

# Create a Bodhi update for stable Fedora releases
job release-bodhi F32
job release-bodhi F33