aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..7bd0373
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,35 @@
+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
+ - mono
+ - 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 \ No newline at end of file