Lines Matching defs:abipkgdiff
34 # You might have known that abipkgdiff is a command line tool to compare two
43 # find them, download them, and boom, run the abipkgdiff for you.
70 DEFAULT_ABIPKGDIFF = 'abipkgdiff'
83 # Used to construct abipkgdiff command line argument, package and associated
85 # fedabipkgdiff runs abipkgdiff in this form
87 # abipkgdiff \
107 # So, before calling abipkgdiff, fedabipkgdiff must prepare and pass
1042 The path to 'abipkgdiff' is either the argument of the
1043 --abipkgdiff command line option, or the path to 'abipkgdiff' as
1046 :return: str a string representing the path to the 'abipkgdiff'
1049 if global_config.abipkgdiff:
1050 return global_config.abipkgdiff
1077 def abipkgdiff(cmp_half1, cmp_half2):
1078 """Run abipkgdiff against found two RPM packages
1080 Construct and execute abipkgdiff to get ABI diff
1082 abipkgdiff \
1086 Output to stdout or stderr from abipkgdiff is not captured. abipkgdiff is
1088 abipkgdiff finishes.
1092 :return: return code of underlying abipkgdiff execution.
1219 """Run abipkgdiff
1222 return code from abipkgdiff.
1226 :return: exit code of the last non-zero returned from underlying abipkgdiff
1230 abipkgdiff(cmp_half1, cmp_half2) for cmp_half1, cmp_half2
1278 """abipkgdiff rpms based on two distros
1490 '--abipkgdiff',
1493 dest='abipkgdiff',