[Skip-CI] Collect and sort functional reqs
This commit is contained in:
parent
355bd477af
commit
9517e9081e
1 changed files with 32 additions and 4 deletions
|
@ -3,11 +3,39 @@ from .devops_build import DevopsBuild
|
|||
from .domain import MixinType
|
||||
|
||||
"""
|
||||
Req:
|
||||
Functional Req:
|
||||
|
||||
make sha256 sums
|
||||
make sha512 sums
|
||||
push limited no of files to repo.prod.meissa.de
|
||||
General process for deploying prebuilt (meissa) binaries to our own repo server.
|
||||
|
||||
[0]
|
||||
get artifact deployment url
|
||||
|
||||
[1]
|
||||
build ubejarServer
|
||||
build ubejarDesktop
|
||||
build ubejarSyspec
|
||||
|
||||
[2]
|
||||
get release token
|
||||
|
||||
[3]
|
||||
get release tag
|
||||
|
||||
[4]
|
||||
post a json message containting [3] to [0], watching stdout for answers
|
||||
authorized by [2]
|
||||
validate if [4] was successful by reading stdout
|
||||
or create error message containing ID of release
|
||||
|
||||
[5]
|
||||
get release-id
|
||||
print release-id
|
||||
|
||||
[6]
|
||||
generate sha256 sums & generate sha512 sums of results of [1]
|
||||
|
||||
[7]
|
||||
push results of [1] & [6] to [0]/[5]
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue