summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-08-26 09:50:37 -0400
committerJesse Keating <jkeating@redhat.com>2008-08-26 09:50:37 -0400
commit4717f6c4be54580782fce25c0d289614d0e1d651 (patch)
treebf3d35555df76dfd22ea4e230daed3374ec2d69d
parent0147c543c8bce14879e64b56789d93a5592fdbf3 (diff)
downloadreleng-4717f6c4be54580782fce25c0d289614d0e1d651.tar.gz
releng-4717f6c4be54580782fce25c0d289614d0e1d651.tar.xz
releng-4717f6c4be54580782fce25c0d289614d0e1d651.zip
Make repodiff compare against the last published rawhide. Less chances of missing
changes that the public would see.
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 1862446..9c0ddc1 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -38,7 +38,7 @@ if [ -n "\$OLD" ]
then
# clean out the rpmdb cache first to save a mismatch error
mock -r $MOCKCONFIG --chroot "rm -f /var/lib/rpm/__db*"
- mock -r $MOCKCONFIG --chroot "/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"
+ mock -r $MOCKCONFIG --chroot "/usr/bin/repodiff -q --new=file:///mnt/koji/mash/rawhide-$DATE/development/source/SRPMS --old=file:///pub/fedora/linux/development/source/SRPMS > /mnt/koji/mash/rawhide-$DATE/logs/repodiff"
fi
#mock -r $MOCKCONFIG --chroot "/usr/share/mash/spam-o-matic /mnt/koji/mash/rawhide-$DATE/development >/mnt/koji/mash/rawhide-$DATE/logs/depcheck" &