Merge "Sort the output of rpm -qa for easier comparisons"

This commit is contained in:
Jenkins 2017-01-18 23:03:57 +00:00 committed by Gerrit Code Review
commit c88e310e11

View File

@ -173,7 +173,7 @@ if [ `command -v dpkg` ]; then
apt-cache policy > $LOG_DIR/apt-cache-policy.txt
fi
if [ `command -v rpm` ]; then
rpm -qa > $LOG_DIR/rpm-qa.txt
rpm -qa |sort > $LOG_DIR/rpm-qa.txt
yum repolist -v > $LOG_DIR/repolist.txt
fi