blob: ac3f3ea7a12de02ede115070b8ad809bbcbb1fc8 (
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
|
# Archlinux32 Release Engineering
ISO and website updater.
# build-all
Builds one ISO at a time, torrent, updates website etc.
Must be run as 'releng' with 'sudo ./build-all' at the moment on the
buildmaster.
Calls all other scripts in one way or another.
# build-iso
Just builds one ISO at a time with mkarchiso.
# build-torrent
Create a torrent, roughly based on al32-mktorrent (see there).
# magnet2feed.py
Get the magnet link published by build-torrent and create the feed
RSS file.
# check-iso
Tests sanity of ISO (kernels, signature, ...). It also can output
information about the ISO.
# cleanup-isos
Move old ISOs from the mirror to the archive.
|