Issue7

Title Hotfixes should become the stable download too
Priority wish Status resolved
Superseder Nosy List kayhayen
Assigned To kayhayen Keywords services

Created on 2011-11-04.23:14:46 by kayhayen, last changed by kayhayen.

Messages
msg57 (view) Author: kayhayen Date: 2012-01-14.09:55:59
For updating the blob page, there is now a secret script. This is using the 
XMLRPC interface. The signing of archives is not that important, and should be a 
separate issue. So this is done now.
msg28 (view) Author: kayhayen Date: 2011-11-14.16:44:26
For the upload there is now also a script.
msg27 (view) Author: kayhayen Date: 2011-11-13.19:24:16
There is now a scripts to build the source packages, the Debian package and the 
Windows installer executable (on wine, so no booting required).

The generated source and binary packages are also signed and these signatures 
are uploaded as well. The key to verify is not public though, and their download 
is not accessible right now.
msg24 (view) Author: kayhayen Date: 2011-11-12.10:43:05
With the arrival of Debian packages and Windows installers, these also need to be 
created and uploaded.

Also the archives should be signed with a public key, so that people may verify 
the integrity of them.
msg11 (view) Author: kayhayen Date: 2011-11-04.23:14:46
When making a hotfix, this currently only changes the stable release as in 
having it git master. The release process should be automated to produce 
archives and have the download page point to it.

Needs some thoughts before implementation. An post receive hook could implement
the trigger do execute it. And for wordpress, some php magic might do the trick.
History
Date User Action Args
2012-01-14 09:55:59kayhayensetstatus: in-progress -> resolved
messages: + msg57
2011-11-14 16:44:26kayhayensetmessages: + msg28
2011-11-13 19:24:16kayhayensetstatus: deferred -> in-progress
messages: + msg27
2011-11-12 10:43:05kayhayensetmessages: + msg24
2011-11-04 23:14:46kayhayencreate