Merge "CentOS: Check package installation source"

This commit is contained in:
Zuul 2023-10-03 18:34:07 +00:00 committed by Gerrit Code Review
commit d60a2281c3

View File

@ -300,6 +300,7 @@ fi
if [ `command -v rpm` ]; then
rpm -qa |sort > $LOG_DIR/rpm-qa.txt
sudo $YUM repolist -v > $LOG_DIR/repolist.txt
sudo $YUM list installed > $LOG_DIR/installed-packages.txt
sudo cp -r /etc/yum.repos.d $LOG_DIR/etc/yum.repos.d
fi
if [ `command -v dnf` ]; then