Misc production bodhi2 settings.
This commit is contained in:
parent
75c212c169
commit
d2ccc6d6a1
1 changed files with 4 additions and 4 deletions
|
@ -231,7 +231,7 @@ serverca_cert = /etc/pki/bodhi/fedora-server-ca.cert
|
|||
## or 'dummy', which will always return guest credentials (used for local
|
||||
## development).
|
||||
##
|
||||
acl_system = dummy
|
||||
acl_system = pkgdb
|
||||
|
||||
##
|
||||
## Package DB
|
||||
|
@ -245,7 +245,7 @@ pkgdb_url = https://admin.fedoraproject.org/pkgdb
|
|||
##
|
||||
## Bug tracker settings
|
||||
##
|
||||
#bugtracker = bugzilla
|
||||
bugtracker = bugzilla
|
||||
|
||||
initial_bug_msg = %s has been submitted as an update to %s. %s
|
||||
stable_bug_msg = %s has been pushed to the %s repository. If problems still persist, please make note of it in this bug report.
|
||||
|
@ -278,10 +278,10 @@ reboot_pkgs = kernel kernel-smp kernel-xen-hypervisor kernel-PAE kernel-xen0 ker
|
|||
|
||||
# Enable this to query the Fedora Package Database for the list of Critical
|
||||
# Path Packages. If disabled, it'll just use the hardcoded list below.
|
||||
#critpath.type = pkgdb
|
||||
critpath.type = pkgdb
|
||||
|
||||
# You can hardcode a list of critical path packages instead of using the PackageDB
|
||||
critpath_pkgs = kernel
|
||||
#critpath_pkgs = kernel
|
||||
|
||||
# The number of admin approvals it takes to be able to push a critical path
|
||||
# update to stable for a pending release.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue