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

Commit 2b93f43

Browse files
committed
update the lvm download link in travis configure
The previous fedora hosting has retired. Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
1 parent 544e11f commit 2b93f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ before_install:
1313
- sudo mkdir -p /usr/include/linux
1414
- sudo cp /usr/src/linux-headers-$(uname -r)/include/uapi/linux/vm_sockets.h /usr/include/linux
1515
- cd `mktemp -d`
16-
- wget https://git.fedorahosted.org/cgit/lvm2.git/snapshot/lvm2-2_02_131.tar.xz
17-
- tar xf lvm2-2_02_131.tar.xz
18-
- cd lvm2-2_02_131
16+
- wget ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.131.tgz
17+
- tar xf LVM2.2.02.131.tgz
18+
- cd LVM2.2.02.131
1919
- ./configure && make device-mapper && sudo make install
2020

2121
script:

0 commit comments

Comments
 (0)