mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change
on this file since 23d639a was
7727f26,
checked in by Mei <mei@…>, 13 years ago
|
1) add environment variables DUMP_DB, ABAC_CN.
ABAC_CN will switch to using CNs for keyid insead of SHAs
2) add/modified couple of doc files.
|
-
Property mode set to
100755
|
File size:
186 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | rm -rf allout |
---|
4 | |
---|
5 | env ABAC_CN=1 runall run > allout |
---|
6 | result=`diff allout allout.save` |
---|
7 | |
---|
8 | if [ "$result" = "" ]; then |
---|
9 | echo "...no changes..." |
---|
10 | else |
---|
11 | echo "!!!got changes!!!" |
---|
12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.