debian-koji/hub
Dennis Gilmore b1eac7d030 ignore inodes when running rpmdiff.
https://koji.fedoraproject.org/koji/taskinfo?taskID=21649395
failed in the rpmdiff stage with
BuildError: The following noarch package built differently on different architectures: python3-ipaserver-4.6.0-1.fc27.noarch.rpm
rpmdiff output was:
error: cannot open Packages index using db5 - Permission denied (13)
error: cannot open Packages database in /var/lib/rpm
error: cannot open Packages database in /var/lib/rpm
....N...... /usr/lib/python3.6/site-packages/ipaserver/install/__pycache__/ipa_pkinit_manage.cpython-36.opt-1.pyc
....N...... /usr/lib/python3.6/site-packages/ipaserver/install/__pycache__/ipa_pkinit_manage.cpython-36.pyc
on investigation the files on aarch64 and ppc64 were using 2 inodes
on x86_64, i686, armv7hl, ppc64le, and s390x using 1 inode.
if I manually run the diff with --ignore S changed to N the diff passes
given that we already ignore sizes we should ignore inodes used also

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-09-18 10:03:40 -04:00
..
__init__.py add unit test for using profiles in threads 2016-04-11 12:09:28 -04:00
httpd.conf drop mod_python support 2017-07-06 14:04:19 +02:00
hub.conf Update http:// to https:// in code 2016-12-19 11:49:11 -05:00
kojihub.py ignore inodes when running rpmdiff. 2017-09-18 10:03:40 -04:00
kojixmlrpc.py allow_none is the default for our dumps 2017-08-25 16:48:02 -04:00
Makefile print statement -> print function 2017-02-28 10:55:56 -05:00
rpmdiff remove changes not relevant to cli 2017-06-01 09:39:24 +02:00