diff options
author | Robert Buchholz <rbu@gentoo.org> | 2006-11-01 17:11:57 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2006-11-01 17:11:57 +0000 |
commit | 0af6d9a3fb3086f8ad3f521d36bffc394e6c14b9 (patch) | |
tree | 86ebc09ba34abbba98588623edb763b7d95d149e /scripts | |
parent | more scripts (diff) | |
download | jokey-0af6d9a3fb3086f8ad3f521d36bffc394e6c14b9.tar.gz jokey-0af6d9a3fb3086f8ad3f521d36bffc394e6c14b9.tar.bz2 jokey-0af6d9a3fb3086f8ad3f521d36bffc394e6c14b9.zip |
-d instead of --disable for better compatibility
svn path=/trunk/; revision=69
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 99d76f3..9ca28e5 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 |