aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-02-26 16:16:51 +0000
committerRomain d'Alverny <rda@mageia.org>2012-02-26 16:16:51 +0000
commit57bb09a84636453e9251d352ff7d123340d9a77c (patch)
treeafe005d6d1782642be813395a9022b87b99974a6 /README.txt
parent1e56d4d23b16c9ab51315b9e492f8ee0c57cad90 (diff)
downloadisocheck-57bb09a84636453e9251d352ff7d123340d9a77c.tar
isocheck-57bb09a84636453e9251d352ff7d123340d9a77c.tar.gz
isocheck-57bb09a84636453e9251d352ff7d123340d9a77c.tar.bz2
isocheck-57bb09a84636453e9251d352ff7d123340d9a77c.tar.xz
isocheck-57bb09a84636453e9251d352ff7d123340d9a77c.zip
Move Isocheck lib under MDK namespace, reorganize code in consequence.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index b32f970..40f09e1 100644
--- a/README.txt
+++ b/README.txt
@@ -14,8 +14,16 @@ All ISOs should pass this test suite after being built, before being released.
Usage
-----
+If packaged:
+
+ $ su
+ # isocheck path/to/your/Mageia-x-i586.iso
+ ...logs...
+
+If straight from source:
+
$ su
- # perl ./isocheck.pl path/to/your/Mageia-x-i586.iso
+ # perl -Ilib ./isocheck.pl path/to/your/Mageia-x-i586.iso
... logs ...
Returns 0 in case of success (and last line of log starts with "PASS").
@@ -72,6 +80,7 @@ TODO
- check releases_notes on the ISO
- package it
- wrap it to produce automatic reports after BCD
+ - think of grepping the project source for TODO or FIXME too
Style
-----