Blame tests/p_yum/yum_bugtracker.sh
|
Athmane Madjoudj |
5827ae |
#!/bin/sh
|
|
Athmane Madjoudj |
5827ae |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
5827ae |
|
|
Athmane Madjoudj |
5827ae |
t_Log "Running $0 - Yum is using CentOS' bugtracker test."
|
|
Athmane Madjoudj |
5827ae |
|
|
Pablo Greco |
a44872 |
if [ "$centos_ver" -ge "8" ] ; then
|
|
Pablo Greco |
a44872 |
t_Log "CentOS$ver, SKIP"
|
|
Pablo Greco |
a44872 |
exit 0
|
|
Pablo Greco |
a44872 |
fi
|
|
Athmane Madjoudj |
5827ae |
grep "http://bugs.centos.org" /etc/yum.conf >/dev/null 2>&1
|
|
Athmane Madjoudj |
5827ae |
|
|
Athmane Madjoudj |
5827ae |
t_CheckExitStatus $?
|