New Question

DNinjaDave's profile - activity

2016-06-01 23:01:50 +0300 received badge  Famous Question (source)
2016-05-13 21:19:31 +0300 received badge  Notable Question (source)
2016-05-02 23:44:28 +0300 received badge  Popular Question (source)
2016-04-20 11:02:47 +0300 asked a question install-rdo.sh contains hardcoded HTTP path which now 404's

This section in install-rdo.sh needs updating as per the comment - version 7-6 is now out.

 if ! /usr/bin/rpm -q epel-release > /dev/null
then
    # TODO the release link version is not reliable and will return a 404 as soon as it gets updated to 7-6
    exec_with_retry 5 0 /usr/bin/rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
fi