Taskotron: Use Python 3 on Dev

This commit is contained in:
František Zatloukal 2018-10-01 14:19:10 +02:00
parent 3c85514973
commit 906896a27c

View file

@ -20,12 +20,11 @@ grokmirror_basedir: /var/lib/git/mirror
grokmirror_user: grokmirror
grokmirror_repos:
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/taskotron-python-versions'}
- { name: fedoraqa/python-versions, url: 'https://github.com/frantisekz/taskotron-python-versions'}
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
- { name: fedoraqa/rpmgrill, url: 'https://pagure.io/taskotron/task-rpmgrill.git'}
- { name: fedoraqa/rpmlint, url: 'https://pagure.io/taskotron/task-rpmlint.git'}
grokmirror_default_branch: develop
grokmirror_default_branch: python3
############################################################