bodhi2: Update a bunch of paths in the config
This commit is contained in:
parent
c523cea2a8
commit
c8fefa3c00
1 changed files with 5 additions and 5 deletions
|
@ -85,10 +85,10 @@ message_id_email_domain = admin.stg.fedoraproject.org
|
||||||
#masher = None
|
#masher = None
|
||||||
|
|
||||||
# Where to initially mash repositories
|
# Where to initially mash repositories
|
||||||
mash_dir = %(here)s/masher/mash/
|
mash_dir = /mnt/koji/mash/updates/mashing
|
||||||
|
|
||||||
# Where to symlink the latest repos by their tag name
|
# Where to symlink the latest repos by their tag name
|
||||||
mash_stage_dir = %(here)s/masher/
|
mash_stage_dir = /mnt/koji/mash/updates
|
||||||
|
|
||||||
mash_conf = /etc/mash/mash.conf
|
mash_conf = /etc/mash/mash.conf
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ createrepo_cache_dir = /var/cache/createrepo
|
||||||
jobs = cache_release_data refresh_metrics approve_testing_updates
|
jobs = cache_release_data refresh_metrics approve_testing_updates
|
||||||
|
|
||||||
## Comps configuration
|
## Comps configuration
|
||||||
comps_dir = /usr/share/bodhi/
|
comps_dir = /var/cache/bodhi/comps
|
||||||
comps_url = git://git.fedorahosted.org/comps.git
|
comps_url = git://git.fedorahosted.org/comps.git
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -387,8 +387,8 @@ authtkt.secure = false
|
||||||
|
|
||||||
# pyramid_beaker
|
# pyramid_beaker
|
||||||
session.type = file
|
session.type = file
|
||||||
session.data_dir = %(here)s/data/sessions/data
|
session.data_dir = /var/cache/bodhi/sessions/data
|
||||||
session.lock_dir = %(here)s/data/sessions/lock
|
session.lock_dir = /var/cache/bodhi/sessions/lock
|
||||||
session.key = {{ bodhi2SessionKey }}
|
session.key = {{ bodhi2SessionKey }}
|
||||||
session.cookie_on_exception = true
|
session.cookie_on_exception = true
|
||||||
cache.regions = default_term, second, short_term, long_term
|
cache.regions = default_term, second, short_term, long_term
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue