aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-31 15:15:12 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-31 15:15:12 +0000
commit98ea28e9460906a8bf3caa599b060b29c6dfbc98 (patch)
tree5e113aa13396d3c3959c1bcc99d510efd5316ec5
parent1ac9bb5bdf69132475d98a9685757464be4cebea (diff)
downloadrelease-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--README12
1 files changed, 12 insertions, 0 deletions
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
+