aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-02-17 19:14:29 +0000
committerRomain d'Alverny <rda@mageia.org>2012-02-17 19:14:29 +0000
commit1e56d4d23b16c9ab51315b9e492f8ee0c57cad90 (patch)
tree65a94c9d74246c70f7ed344523a92fb2fc47a6f5 /README.txt
parentbc8ff11acccb5cd555dc2372fafc4f9d594c3b25 (diff)
downloadisocheck-1e56d4d23b16c9ab51315b9e492f8ee0c57cad90.tar
isocheck-1e56d4d23b16c9ab51315b9e492f8ee0c57cad90.tar.gz
isocheck-1e56d4d23b16c9ab51315b9e492f8ee0c57cad90.tar.bz2
isocheck-1e56d4d23b16c9ab51315b9e492f8ee0c57cad90.tar.xz
isocheck-1e56d4d23b16c9ab51315b9e492f8ee0c57cad90.zip
reorganize bits
- typos - check idx/lst only for LiveCDs - check .{md5,sha1}.gpg only with final releases - update isoinfo expected headers
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index b95f635..b32f970 100644
--- a/README.txt
+++ b/README.txt
@@ -15,7 +15,7 @@ Usage
-----
$ su
- # perl ./test_iso.pl path/to/your/Mageia-x-i586.iso
+ # perl ./isocheck.pl path/to/your/Mageia-x-i586.iso
... logs ...
Returns 0 in case of success (and last line of log starts with "PASS").
@@ -70,7 +70,8 @@ TODO
- check DKMS are sync with kernel on ISO
- check product.id on the ISO (vendor=Mandriva,distribution=Mandriva Linux,type=basic,version=Mandriva,branch=official,release=0.1,arch=x86_64,product=public
- check releases_notes on the ISO
-
+ - package it
+ - wrap it to produce automatic reports after BCD
Style
-----