Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 89c69c2

Browse files
authored
Merge pull request #315 from bergwolf/lvm2
use kernel.org mirror for lvm2
2 parents d1a502f + 8c67532 commit 89c69c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- sudo mkdir -p /usr/include/linux
1818
- sudo cp /usr/src/linux-headers-$(uname -r)/include/uapi/linux/vm_sockets.h /usr/include/linux
1919
- cd `mktemp -d`
20-
- wget ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.131.tgz
20+
- wget http://mirrors.kernel.org/sourceware/lvm2/LVM2.2.02.131.tgz
2121
- tar xf LVM2.2.02.131.tgz
2222
- cd LVM2.2.02.131
2323
- ./configure && make device-mapper && sudo make install

0 commit comments

Comments
 (0)