Lines Matching +full:fedora +full:- +full:base
3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
26 # This variable is essential and ensures no time-race for claiming ports occurs
27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
28 base=8700
35 …s_builddir}/../debuginfod/debuginfod $VERBOSE -d $DB -F -R -Z .tar.xz -Z .tar.bz2=bzcat -p $PORT1 …
43 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
44 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
45 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
51 cp -rvp ${abs_srcdir}/debuginfod-rpms R
52 if [ "$zstd" = "false" ]; then # nuke the zstd fedora 31 ones
53 rm -vrf R/debuginfod-rpms/fedora31
56 cp -rvp ${abs_srcdir}/debuginfod-tars Z
58 kill -USR1 $PID1
65 # All rpms need to be in the index, except the dummy permission-000 one
66 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
68 txz=$(find Z -name \*tar.xz | wc -l)
70 tb2=$(find Z -name \*tar.bz2 | wc -l)
73 kill -USR1 $PID1 # two hits of SIGUSR1 may be needed to resolve .debug->dwz->srefs
85 newrpms=$(find ../R -name \*\.rpm | grep -v nothing)
90 ls -lah ../$i
91 rpm2cpio ../$i | cpio -ivd;
94 sourcefiles=$(find -name \*\\.debug \
96 ${abs_top_builddir}/src/readelf --debug-dump=decodedline \
97 | grep mtime: | wc --lines)
99 rm -rf extracted