Fix bodhi to not point to development/23 anymore, it should use the released repos
This commit is contained in:
parent
1b933a1f15
commit
c2c8ee0085
2 changed files with 4 additions and 10 deletions
|
@ -15,8 +15,5 @@ repoviewtitle = "Fedora 23 Updates Testing - %(arch)s"
|
||||||
arches = armhfp i386 x86_64
|
arches = armhfp i386 x86_64
|
||||||
hash_packages = True
|
hash_packages = True
|
||||||
delta = True
|
delta = True
|
||||||
#delta_dirs = /pub/fedora/linux/releases/23/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f23-updates/%(arch)s/
|
delta_dirs = /pub/fedora/linux/releases/23/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f23-updates/%(arch)s/
|
||||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/23/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/23/Everything/%(arch)s/os
|
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/23/%(arch)s, http://download.fedoraproject.org/pub/fedora/linux/releases/23/Everything/%(arch)s/os
|
||||||
# point to branched till we release then use above
|
|
||||||
delta_dirs = /pub/fedora/linux/development/23/%(arch)s/os/
|
|
||||||
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/23/%(arch)s/os/
|
|
||||||
|
|
|
@ -13,8 +13,5 @@ repoviewtitle = "Fedora 23 Updates - %(arch)s"
|
||||||
arches = armhfp i386 x86_64
|
arches = armhfp i386 x86_64
|
||||||
hash_packages = True
|
hash_packages = True
|
||||||
delta = True
|
delta = True
|
||||||
#generate deltas against branched
|
delta_dirs = /pub/fedora/linux/releases/23/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f23-updates/%(arch)s/
|
||||||
delta_dirs = /pub/fedora/linux/development/23/%(arch)s/os/,/mnt/koji/mash/updates/f23-updates/%(arch)s/
|
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/23/Everything/%(arch)s/os
|
||||||
parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/23/%(arch)s/os
|
|
||||||
#delta_dirs = /pub/fedora/linux/releases/23/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f23-updates/%(arch)s/
|
|
||||||
#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/releases/23/Everything/%(arch)s/os
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue