diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-31 15:15:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-31 15:15:12 +0000 |
commit | 98ea28e9460906a8bf3caa599b060b29c6dfbc98 (patch) | |
tree | 5e113aa13396d3c3959c1bcc99d510efd5316ec5 | |
parent | 1ac9bb5bdf69132475d98a9685757464be4cebea (diff) | |
download | release-98ea28e9460906a8bf3caa599b060b29c6dfbc98.tar release-98ea28e9460906a8bf3caa599b060b29c6dfbc98.tar.gz release-98ea28e9460906a8bf3caa599b060b29c6dfbc98.tar.bz2 release-98ea28e9460906a8bf3caa599b060b29c6dfbc98.tar.xz release-98ea28e9460906a8bf3caa599b060b29c6dfbc98.zip |
add infos for signing ISOs
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -28,3 +28,15 @@ submit new mageia-release and lsb-release, updated to cauldron + +* Signing ISOs + + Signature of ISOs is done on rabbit, using the account "releasekey", and + the script /usr/local/bin/sign_checksums. Make sure the directories + containing the ISOs are owned by group releasekey, and group can write + in the directory. Then run the script sign_checksums on the directories : + rabbit# su - releasekey + rabbit$ for dir in /home/bcd/public_html/isos/official/mageia-* + do sign_checksums $dir + done + |