blob: 81ec64340e4d757c821b27d70397a32a0677e72e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
* Forking cauldron tree
update mageia-release and lsb-release for the new version. Then rebuild
drakx-installer-binaries, drakx-installer-images, drakx-installer-rescue,
drakx-installer-stage2.
fork the cauldron tree to the new release tree :
valstar# ./fork-distribution /distrib/mirror/distrib/cauldron /distrib/newrelease/1
Do the same on rabbit (to avoid downloading everything) :
rabbit# ./fork-distribution /distrib/mirror/distrib/cauldron /distrib/newrelease/1
clean testing repositories
Edit media.cfg for x86_64 and i586 :
- check version
- update branch to Official
update VERSION file for x86_64 and i586 :
- /distrib/newrelease/1/x86_65/VERSION
- /distrib/newrelease/1/i586/VERSION
(replace Devel with Official)
extract mageia-release-Default package on x86_64 and i586 to copy
the file product.id.Default as product.id at the root of x86_64 and
i586 trees
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
|