summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2006-11-01 17:11:57 +0000
committerRobert Buchholz <rbu@gentoo.org>2006-11-01 17:11:57 +0000
commit0af6d9a3fb3086f8ad3f521d36bffc394e6c14b9 (patch)
tree86ebc09ba34abbba98588623edb763b7d95d149e /scripts
parentmore scripts (diff)
downloadjokey-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-xscripts/sunrise-qa.sh2
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