Add minimal Cockpituous release script
This only builds a tarball and srpm, and shows a few other example. Document the intent and point to the cockpituous docs. Closes #37
This commit is contained in:
parent
0a7a0bfb59
commit
509547f502
2 changed files with 30 additions and 0 deletions
16
cockpituous-release
Normal file
16
cockpituous-release
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This is a script run to release welder-web through Cockpituous:
|
||||
# https://github.com/cockpit-project/cockpituous/tree/master/release
|
||||
|
||||
# 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-starter-kit.spec"
|
||||
RELEASE_SRPM="_release/srpm"
|
||||
|
||||
job release-source
|
||||
job release-srpm
|
||||
# job release-github
|
||||
# job release-copr @myorg/myrepo
|
||||
# check cockpituous documentation for available release targets
|
||||
Loading…
Add table
Add a link
Reference in a new issue