diff options
author | Robert Buchholz <rbu@gentoo.org> | 2006-11-01 17:26:50 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2006-11-01 17:26:50 +0000 |
commit | a66504023a7e8f3c3149ac0519b556fe30bb5580 (patch) | |
tree | fb96eaae8a3ef66ee6857ee2fd21341a6010eda4 /scripts | |
parent | -d instead of --disable for better compatibility (diff) | |
download | jokey-a66504023a7e8f3c3149ac0519b556fe30bb5580.tar.gz jokey-a66504023a7e8f3c3149ac0519b556fe30bb5580.tar.bz2 jokey-a66504023a7e8f3c3149ac0519b556fe30bb5580.zip |
Second try :-)
svn path=/trunk/; revision=70
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 9ca28e5..e0fa205 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 -d=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 |