blob: 6dfeb3c31e6d0eba446b726e22568c1e528f0f89 (
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
|
Mageia ISO check script
=======================
Test suite for ISOs built for Mageia.
All ISOs should pass this test suite after being built, before being released.
License: GPL-2+
Code: svn://svn.mageia.org/svn/soft/isocheck
http://svnweb.mageia.org/soft/isocheck
Doc: https://wiki.mageia.org/Isocheck
Requirements
------------
User running this script must be able to mount an ISO image.
Depends on:
- cdrkit, cdrkit-isotools
- gpg
- Perl
- Test::Most
- TAP::Harness
TODO
----
- clean up
- handle properly DVDs, CDs, LiveCDs
- fix t_install_iso tests (ids, idx, rpms, pubkey - especially cauldron/stable)
Style
-----
- 4 spaces indent, no tab
|