diff options
author | Ralph Bean <rbean@redhat.com> | 2017-03-24 16:30:44 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-03-24 16:30:44 +0000 |
commit | ca30b23f04d76e81c43b3bed69c5c9922655fba9 (patch) | |
tree | 341f1eeeaab4808fdf48efd941cdada6c103ed0c | |
parent | f8cd6f95be70cc3578a81c131612bbd2ebd871a3 (diff) | |
download | ansible-ca30b23f04d76e81c43b3bed69c5c9922655fba9.tar.gz ansible-ca30b23f04d76e81c43b3bed69c5c9922655fba9.tar.xz ansible-ca30b23f04d76e81c43b3bed69c5c9922655fba9.zip |
grokmirror for check_modulemd in stg, forgotten in c246e66b3b43c38bf46de93a9e5c5ff97830e4f5
-rw-r--r-- | inventory/group_vars/taskotron-stg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg index 1981a5b1c..f23fee34e 100644 --- a/inventory/group_vars/taskotron-stg +++ b/inventory/group_vars/taskotron-stg @@ -30,6 +30,7 @@ grokmirror_repos: - { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'} - { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.git'} - { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/task-python-versions'} + - { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'} - { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'} - { name: fedoraqa/rpmlint-scratch, url: 'https://bitbucket.org/fedoraqa/task-rpmlint-scratch.git'} grokmirror_default_branch: develop |