From 98ea28e9460906a8bf3caa599b060b29c6dfbc98 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 31 May 2011 15:15:12 +0000 Subject: add infos for signing ISOs --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 32c6cf9..81ec643 100644 --- a/README +++ b/README @@ -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 + -- cgit v1.2.1