Added "-" STDIN and broken URL support for all file input ("with" does not yet work...
[signduterre.git] / regtest_signduterre.makefile
blob1dab3cc7d6f4782f3f99e329cec89894b28811fe
1 all: simple examples detailed total proc
3 simple:
4         python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 --detailed --verbose signduterre.py regtest_signduterre.makefile  2>test_simple.pwd >test_simple1.sdt
5         python3.0 ./signduterre.py -p test_simple.pwd  -c test_simple1.sdt
7 examples:
8         python3.0 ./signduterre.py -p SUGGESTED -s SUGGESTED /boot/* /sbin/* /bin/* 2>test-20090630_11-14-03.pwd >test-20090630_11-14-03.sdt
9         python3.0 ./signduterre.py -p test-20090630_11-14-03.pwd -c test-20090630_11-14-03.sdt
11 sudo:
12         sudo python3.0 ./signduterre.py -u root -s SUGGESTED -p SUGGESTED --Status-values='i' -v -e -d --execute-args '/dev/sda' '?/proc/self/root' '?/usr/bin/python' '$(dd if=$1 bs=512 count=1 status=noxfer | od -X)' 2> test-20090630_12-14-03.pwd >test-20090630_12-14-03.sdt
13         sudo python3.0 ./signduterre.py -u root -e -p test-20090630_12-14-03.pwd -c test-20090630_12-14-03.sdt
15 detailed:
16         python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 -v -d '[./signduterre.py]' /boot/* 2>test-v-d.pwd >test-v-d.sdt
17         python3.0 ./signduterre.py -p test-v-d.pwd -c test-v-d.sdt '[./signduterre.py]'
19 total:
20         python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 -q /boot/* 2>test-q.pwd >test-q.sdt
21         python3.0 ./signduterre.py -p test-q.pwd -c test-q.sdt /boot/* 
23 proc:
24         echo -e '[/proc/self/exe]\n/usr/bin/python3.0\n[?/proc/self/root]\n/' > test-v-d-e.infile
25         python3.0 ./signduterre.py -p SUGGESTED=2 -s SUGGESTED=2 --Status-values='miug' -v -d -e -i test-v-d-e.infile  2>test-v-d-e.pwd >test-v-d-e.sdt
26         python3.0 ./signduterre.py -p test-v-d-e.pwd -c test-v-d-e.sdt [/proc/self/exe] [?/proc/self/root]
28 clean:
29         rm test-*.sdt 
30         rm test-*.pwd
31         rm test-*.infile