summaryrefslogtreecommitdiffstats
path: root/scripts/buildrawhide
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buildrawhide')
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index a84e2b2..bf6ffc3 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -31,7 +31,7 @@ mock -r fedora-rawhide-x86_64 --shell "mash -o /mnt/koji/mash/rawhide-$DATE --co
if [ -n "\$OLD" ]:
then
- mock -r fedora-rawhide-x86_64 --shell "/usr/share/mash/treediff /mnt/koji/mash/rawhide-$DATE/development \$OLD/development > /mnt/koji/mash/rawhide-$DATE/logs/treediff"
+ mock -r fedora-rawhide-x86_64 --shell "/usr/bin/repodiff -q --new=file:///mnt/koji/mash/rawhide-$DATE/development/source/SRPMS --old=file://\$OLD/development/source/SRPMS > /mnt/koji/mash/rawhide-$DATE/logs/repodiff"
fi
mock -r fedora-rawhide-x86_64 --shell "/usr/share/mash/spam-o-matic /mnt/koji/mash/rawhide-$DATE/development >/mnt/koji/mash/rawhide-$DATE/logs/depcheck" &