aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-05 22:55:33 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-05 22:55:33 +0000
commit586a59e00d00f2b1347f015911545b722f2d1f8b (patch)
tree0410ef511a253d5f94298c7f130527a4672c230f /README.txt
parent9412e3c3beb6d547f0932d4e1c19a9dfb0cd4378 (diff)
downloadisocheck-586a59e00d00f2b1347f015911545b722f2d1f8b.tar
isocheck-586a59e00d00f2b1347f015911545b722f2d1f8b.tar.gz
isocheck-586a59e00d00f2b1347f015911545b722f2d1f8b.tar.bz2
isocheck-586a59e00d00f2b1347f015911545b722f2d1f8b.tar.xz
isocheck-586a59e00d00f2b1347f015911545b722f2d1f8b.zip
First import, test suite attempt for built ISOs
Code heavily taken from previous dams work, reorganized in a test suite to better separate test cases. Does basic things already (in t/). Needs more fixes (esp. in t_install_iso/).
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