retrace: fix urls

This commit is contained in:
Miroslav Suchý 2019-02-15 11:27:08 +01:00
parent cc365c67c6
commit 69e970f254

View file

@ -137,7 +137,7 @@ faf_repos:
opsys: 'Fedora 29'
}
- { name: 'fedora-29-armhfp-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/29/Everything/armhfp/debug/tree/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/29/Everything/armhfp/debug/tree/'],
arch: 'armv7hl',
opsys: 'Fedora 29',
}
@ -162,12 +162,12 @@ faf_repos:
opsys: 'Fedora 29',
}
- { name: 'fedora-29-armhfp',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/29/Everything/armhfp/os/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/29/Everything/armhfp/os/'],
arch: 'armv7hl',
opsys: 'Fedora 29',
}
- { name: 'fedora-29-i386-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/development/29/Everything/i386/debug/tree/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/releases/29/Everything/i386/debug/tree/'],
arch: 'i386',
opsys: 'Fedora 29',
}
@ -192,22 +192,22 @@ faf_repos:
opsys: 'Fedora 29',
}
- { name: 'fedora-29-i386',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/development/29/Everything/i386/os/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/releases/29/Everything/i386/os/'],
arch: 'i386',
opsys: 'Fedora 29',
}
- { name: 'fedora-29-source',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/29/Everything/source/tree/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/29/Everything/source/tree/'],
arch: 'src',
opsys: 'Fedora 29',
}
- { name: 'fedora-29-x86_64',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/29/Everything/x86_64/os/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/'],
arch: 'x86_64',
opsys: 'Fedora 29',
}
- { name: 'fedora-29-x86_64-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/29/Everything/x86_64/debug/tree/'],
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/debug/tree/'],
arch: 'x86_64',
opsys: 'Fedora 29',
}