</fixtures>
<steps><![CDATA[
createrepo --version || True
+export http_proxy="http://10.112.1.184:8080"
+export https_proxy="https://10.112.1.184:8080"
+export ftp_proxy="ftp://10.112.1.184:8080"
+export socks_proxy="socks://10.112.1.184:8080"
+export no_proxy="localhost, 127.0.0.1, 10.113.136.113, ftp.kr.debian.org, 109.123.123.185"
distro=$(python -c 'import platform;print platform.linux_distribution()[0].lower().rstrip()')
echo $distro
if [ "$distro" = "opensuse" ]; then