diff options
author | Luke Macken <lmacken@redhat.com> | 2015-07-07 19:12:49 +0000 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2015-07-07 19:13:08 +0000 |
commit | b8cc28a9f64624e145a6f36acb872a4d223d4697 (patch) | |
tree | 877ac6f2d824b8a24bda8058ef059cd53e5cbd43 | |
parent | 5e40bb9bff517ef93d03622525a41363645af739 (diff) | |
download | ansible-b8cc28a9f64624e145a6f36acb872a4d223d4697.tar.gz ansible-b8cc28a9f64624e145a6f36acb872a4d223d4697.tar.xz ansible-b8cc28a9f64624e145a6f36acb872a4d223d4697.zip |
bodhi2: Use koji.stg instead of the built-in dummy buildsystem
-rw-r--r-- | roles/bodhi2/base/templates/staging.ini.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index bc31aea0f..39480ae35 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -201,7 +201,7 @@ exclude_mail = autoqa taskotron # What buildsystem do we want to use? For development, we'll use a fake # buildsystem that always does what we tell it to do. For production, we'll # want to use 'koji'. -buildsystem = dev +buildsystem = koji # Koji's XML-RPC hub koji_hub = https://koji.stg.fedoraproject.org/kojihub |