make mockbuild
Details
Details
Diff Detail
Diff Detail
- Repository
- rTRGR taskotron-trigger
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
make mockbuild
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | taskotron-trigger.spec (10 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 1be0434a47ea | ba6874653a8a | 90b93a75ad55 | Martin Krizek | taskotron-trigger.spec: install trigger_rules.yml (Show More…) | Oct 17 2016, 10:24 AM |
| 1 | Name: taskotron-trigger | 1 | Name: taskotron-trigger | ||
|---|---|---|---|---|---|
| 2 | Version: 0.4.1 | 2 | Version: 0.4.1 | ||
| 3 | Release: 1%{?dist} | 3 | Release: 2%{?dist} | ||
| 4 | Summary: Triggering Taskotron jobs via fedmsg | 4 | Summary: Triggering Taskotron jobs via fedmsg | ||
| 5 | 5 | | |||
| 6 | License: GPLv2+ | 6 | License: GPLv2+ | ||
| 7 | URL: https://bitbucket.org/fedoraqa/taskotron-trigger | 7 | URL: https://bitbucket.org/fedoraqa/taskotron-trigger | ||
| 8 | Source0: https://qadevel.cloud.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | 8 | Source0: https://qadevel.cloud.fedoraproject.org/releases/%{name}/%{name}-%{version}.tar.gz | ||
| 9 | 9 | | |||
| 10 | BuildArch: noarch | 10 | BuildArch: noarch | ||
| 11 | 11 | | |||
| Show All 29 Lines | |||||
| 41 | %build | 41 | %build | ||
| 42 | %{__python} setup.py build | 42 | %{__python} setup.py build | ||
| 43 | 43 | | |||
| 44 | %install | 44 | %install | ||
| 45 | %{__python} setup.py install -O1 --skip-build --root %{buildroot} | 45 | %{__python} setup.py install -O1 --skip-build --root %{buildroot} | ||
| 46 | 46 | | |||
| 47 | install -d %{buildroot}%{_sysconfdir}/taskotron/ | 47 | install -d %{buildroot}%{_sysconfdir}/taskotron/ | ||
| 48 | install -p -m 644 conf/trigger.cfg.example %{buildroot}%{_sysconfdir}/taskotron/trigger.cfg | 48 | install -p -m 644 conf/trigger.cfg.example %{buildroot}%{_sysconfdir}/taskotron/trigger.cfg | ||
| 49 | install -p -m 644 conf/trigger_rules.yml.example %{buildroot}%{_sysconfdir}/taskotron/trigger_rules.yml | ||||
| 49 | 50 | | |||
| 50 | install -d %{buildroot}%{_sysconfdir}/fedmsg.d/ | 51 | install -d %{buildroot}%{_sysconfdir}/fedmsg.d/ | ||
| 51 | install -p -m 0644 fedmsg.d/taskotron-trigger.py %{buildroot}%{_sysconfdir}/fedmsg.d/taskotron-trigger.py | 52 | install -p -m 0644 fedmsg.d/taskotron-trigger.py %{buildroot}%{_sysconfdir}/fedmsg.d/taskotron-trigger.py | ||
| 52 | 53 | | |||
| 53 | install -d %{buildroot}%{_sysconfdir}/logrotate.d/ | 54 | install -d %{buildroot}%{_sysconfdir}/logrotate.d/ | ||
| 54 | install -p -m 0644 conf/logrotate.d/taskotron-trigger %{buildroot}%{_sysconfdir}/logrotate.d/taskotron-trigger | 55 | install -p -m 0644 conf/logrotate.d/taskotron-trigger %{buildroot}%{_sysconfdir}/logrotate.d/taskotron-trigger | ||
| 55 | 56 | | |||
| 56 | install -d %{buildroot}%{_localstatedir}/log/taskotron-trigger/ | 57 | install -d %{buildroot}%{_localstatedir}/log/taskotron-trigger/ | ||
| 57 | install -d %{buildroot}%{_sharedstatedir}/taskotron-trigger/ | 58 | install -d %{buildroot}%{_sharedstatedir}/taskotron-trigger/ | ||
| 58 | 59 | | |||
| 59 | %files | 60 | %files | ||
| 60 | %doc readme.rst | 61 | %doc readme.rst | ||
| 61 | %license LICENSE | 62 | %license LICENSE | ||
| 62 | %{python_sitelib}/* | 63 | %{python_sitelib}/* | ||
| 63 | 64 | | |||
| 64 | %attr(755,root,root) %{_bindir}/jobrunner | 65 | %attr(755,root,root) %{_bindir}/jobrunner | ||
| 65 | 66 | | |||
| 66 | %dir %attr(755,fedmsg,fedmsg) %{_localstatedir}/log/taskotron-trigger | 67 | %dir %attr(755,fedmsg,fedmsg) %{_localstatedir}/log/taskotron-trigger | ||
| 67 | %dir %attr(755,fedmsg,fedmsg) %{_sharedstatedir}/taskotron-trigger | 68 | %dir %attr(755,fedmsg,fedmsg) %{_sharedstatedir}/taskotron-trigger | ||
| 68 | 69 | | |||
| 69 | %dir %{_sysconfdir}/taskotron | 70 | %dir %{_sysconfdir}/taskotron | ||
| 70 | %{_sysconfdir}/fedmsg.d/taskotron-trigger.py* | 71 | %{_sysconfdir}/fedmsg.d/taskotron-trigger.py* | ||
| 71 | %config(noreplace) %{_sysconfdir}/taskotron/trigger.cfg | 72 | %config(noreplace) %{_sysconfdir}/taskotron/trigger.cfg | ||
| 73 | %config(noreplace) %{_sysconfdir}/taskotron/trigger_rules.yml | ||||
| 72 | %config(noreplace) %{_sysconfdir}/logrotate.d/taskotron-trigger | 74 | %config(noreplace) %{_sysconfdir}/logrotate.d/taskotron-trigger | ||
| 73 | 75 | | |||
| 74 | %changelog | 76 | %changelog | ||
| 77 | * Mon Oct 17 2016 Martin Krizek <mkrizek@redhat.com> - 0.4.1-2 | ||||
| 78 | - install trigger_rules.yml | ||||
| 79 | | ||||
| 75 | * Thu Oct 13 2016 Martin Krizek <mkrizek@redhat.com> - 0.4.1-1 | 80 | * Thu Oct 13 2016 Martin Krizek <mkrizek@redhat.com> - 0.4.1-1 | ||
| 76 | - remove mongoquery bundle | 81 | - remove mongoquery bundle | ||
| 77 | 82 | | |||
| 78 | * Tue Oct 11 2016 Tim FLink <tflink@fedoraproject.org> - 0.4.0-1 | 83 | * Tue Oct 11 2016 Tim FLink <tflink@fedoraproject.org> - 0.4.0-1 | ||
| 79 | - bumping version properly for a major release | 84 | - bumping version properly for a major release | ||
| 80 | 85 | | |||
| 81 | * Tue Oct 11 2016 Tim FLink <tflink@fedoraproject.org> - 0.3.17-1 | 86 | * Tue Oct 11 2016 Tim FLink <tflink@fedoraproject.org> - 0.3.17-1 | ||
| 82 | - rework trigger to be more easily configurable (D963) | 87 | - rework trigger to be more easily configurable (D963) | ||
| Show All 34 Lines | |||||
| 117 | - fix blacklisting releases | 122 | - fix blacklisting releases | ||
| 118 | 123 | | |||
| 119 | * Wed Apr 8 2015 Martin Krizek <mkrizek@redhat.com> - 0.3.11-1 | 124 | * Wed Apr 8 2015 Martin Krizek <mkrizek@redhat.com> - 0.3.11-1 | ||
| 120 | - fix triggering jobs when no task is configured | 125 | - fix triggering jobs when no task is configured | ||
| 121 | 126 | | |||
| 122 | * Tue Mar 31 2015 Martin Krizek <mkrizek@redhat.com> - 0.3.10-1 | 127 | * Tue Mar 31 2015 Martin Krizek <mkrizek@redhat.com> - 0.3.10-1 | ||
| 123 | - Add support for execdb | 128 | - Add support for execdb | ||
| 124 | 129 | | |||
| 130 | * Tue Sep 30 2014 Tim Flink <tflink@fedoraproject.org> - 0.3.9-1 | ||||
| 131 | - remove koji build queries to fix scheduling issues in T341 | ||||
| 132 | | ||||
| 125 | * Tue Sep 23 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.8-1 | 133 | * Tue Sep 23 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.8-1 | ||
| 126 | - listen on primary koji instance only | 134 | - listen on primary koji instance only | ||
| 127 | - fix blacklisting releases of the form: '1.el7.1' | 135 | - fix blacklisting releases of the form: '1.el7.1' | ||
| 128 | 136 | | |||
| 129 | * Tue Sep 2 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.7-1 | 137 | * Tue Sep 2 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.7-1 | ||
| 130 | - fix blacklisting releases in koji_tag consumer | 138 | - fix blacklisting releases in koji_tag consumer | ||
| 131 | 139 | | |||
| 132 | * Thu Aug 21 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.6-1 | 140 | * Thu Aug 21 2014 Martin Krizek <mkrizek@redhat.com> - 0.3.6-1 | ||
| Show All 39 Lines | |||||