diff options
author | Robert Buchholz <rbu@gentoo.org> | 2006-11-10 00:10:21 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2006-11-10 00:10:21 +0000 |
commit | 2df5efe3052054471a567461e33b97b467af1279 (patch) | |
tree | e1b133a3ce0a9935e2c51301b4a7f9c961a4519a /scripts | |
parent | Improved QA script (diff) | |
download | jokey-2df5efe3052054471a567461e33b97b467af1279.tar.gz jokey-2df5efe3052054471a567461e33b97b467af1279.tar.bz2 jokey-2df5efe3052054471a567461e33b97b467af1279.zip |
restore my previous change
svn path=/trunk/; revision=72
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sunrise-qa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sunrise-qa.sh b/scripts/sunrise-qa.sh index 837ce37..ae79ea7 100755 --- a/scripts/sunrise-qa.sh +++ b/scripts/sunrise-qa.sh @@ -8,7 +8,7 @@ make_dump() { [[ -d ${today} ]] || mkdir ${today} cd ${today} echo "*** Running pcheck on ${CHECKDIR} - will take a while..." - pcheck --disable=pkgcore_checks.unstable_only.UnstableOnlyReport -r /usr/portage ${CHECKDIR} &> dump + pcheck -d pkgcore_checks.unstable_only.UnstableOnlyReport -r /usr/portage ${CHECKDIR} &> dump cp dump dump-unparsed echo "Done!" echo |