From: Peter Rabbitson Date: Fri, 3 Jan 2014 09:32:27 +0000 (+0100) Subject: Revert 8c11c33f - the AAAA record got axed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3d4a36ed9a0e598d851a032a0b72f0f0799b65d;p=dbsrgits%2FDBIx-Class-Historic.git Revert 8c11c33f - the AAAA record got axed https://github.com/CPAN-API/metacpan-web/issues/1029 --- diff --git a/maint/travis-ci_scripts/10_before_install.bash b/maint/travis-ci_scripts/10_before_install.bash index be014ac..ce9128a 100755 --- a/maint/travis-ci_scripts/10_before_install.bash +++ b/maint/travis-ci_scripts/10_before_install.bash @@ -3,9 +3,6 @@ source maint/travis-ci_scripts/common.bash if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi -# FIXME - temp nullroute the AAAA of api.metacpan.org until metacpan is fixed -sudo ip6tables -I OUTPUT -d api.metacpan.org -j REJECT - # Different boxes we run on may have different amount of hw threads # Hence why we need to query # Originally we used to read /sys/devices/system/cpu/online