Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. New release script: promote-to-release.sh (details)
Commit 91db9a7221db6d5af963da2b586c4875c19d048b by Sven Gothel
New release script: promote-to-release.sh

This is essentially a simplified variant as it only copies the aggregated folder
and creates the symbolic link in the deployment root dir.

The remote shell commands kicking-off release promotion on the server
from our home-machine, jenkins-builds/promote-to-release-ssh-*.sh
do pull the resulting sha512sum.txt, gpg-sign it
and push the sha512sum.txt.sig back to the server.

This allows full data integretiy over all aggregrated files
having their sha512 stored in the sha512sum.txt
The file was removedjenkins-builds/promote-to-webstart.sh
The file was addedjenkins-builds/promote-to-release-ssh-git.sh
The file was addedjenkins-builds/promote-to-release.sh
The file was addedjenkins-builds/promote-to-release-ssh-scp.sh
The file was addedjenkins-builds/promote-to-webstart-signed.sh