We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd9a85 commit 69820fdCopy full SHA for 69820fd
osg-system-profiler
@@ -292,13 +292,15 @@ if $rpm_install; then
292
rpm_verify_log=$(mktemp $dir/rpmverifylog.XXXXXX)
293
294
rpm -qa | sort -u | while read rpm_to_verify; do
295
+ message -n .
296
echo $rpm_to_verify >> $all_rpms_log
297
298
# This awk trick prints out the header iff rpm --verify actually produces output
299
rpm --verify $rpm_to_verify 2> /dev/null | awk '
300
NR==1 { print "***** rpm --verify '$rpm_to_verify'" }
301
{ print }' >> $rpm_verify_log
302
done
303
+ message ""
304
echo "***** All RPMs"
305
cat $all_rpms_log
306
echo ""
0 commit comments