Skip to content

Commit 0c164f0

Browse files
committed
Point to the apache archive, so this doesn't become a feature of my life.
1 parent 95307f2 commit 0c164f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/apache_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LLVM_COMPILER=clang
88
export WLLVM_OUTPUT=WARNING
99

1010
APACHE_VER=2.4.18
11-
wget http://apache.mirrors.pair.com//httpd/httpd-${APACHE_VER}.tar.gz
11+
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
1212
tar xfz httpd-${APACHE_VER}.tar.gz
1313
mv httpd-${APACHE_VER} apache_clang
1414

.travis/apache_dragonegg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export LLVM_DRAGONEGG_PLUGIN=/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/dragonegg.
1212
export WLLVM_OUTPUT=WARNING
1313

1414
APACHE_VER=2.4.18
15-
wget http://apache.mirrors.pair.com//httpd/httpd-${APACHE_VER}.tar.gz
15+
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
1616
tar xfz httpd-${APACHE_VER}.tar.gz
1717
mv httpd-${APACHE_VER} apache_dragonegg
1818
cd apache_dragonegg

0 commit comments

Comments
 (0)