Migration Links and .arcconfig file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rBLKR blockerbugs
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
| kparal |
| blockerbugs |
Migration Links and .arcconfig file.
N/A
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | .arcconfig (2 lines) | |||
| M | blockerbugs.spec (2 lines) | |||
| M | blockerbugs/templates/index.html (7 lines) | |||
| M | setup.py (2 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 9cde6dc1076c | db392940773f | 2da425e35490 | a2batic | Changes in links and arc config for conduit (Show More…) | Feb 21 2017, 3:16 PM |
| 1 | { | 1 | { | ||
|---|---|---|---|---|---|
| 2 | "project_id" : "blockerbugs", | 2 | "project_id" : "blockerbugs", | ||
| 3 | "conduit_uri" : "https://phab.qadevel.cloud.fedoraproject.org", | 3 | "conduit_uri" : "https://phab.qa.fedoraproject.org", | ||
| 4 | "arc.land.onto.default" : "develop" | 4 | "arc.land.onto.default" : "develop" | ||
| 5 | } | 5 | } | ||
| 1 | # sitelib for noarch packages, sitearch for others (remove the unneeded one) | 1 | # sitelib for noarch packages, sitearch for others (remove the unneeded one) | ||
|---|---|---|---|---|---|
| 2 | %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} | 2 | %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} | ||
| 3 | %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} | 3 | %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} | ||
| 4 | 4 | | |||
| 5 | Name: blockerbugs | 5 | Name: blockerbugs | ||
| 6 | Version: 0.4.4.12 | 6 | Version: 0.4.4.12 | ||
| 7 | Release: 1%{?dist} | 7 | Release: 1%{?dist} | ||
| 8 | Summary: Fedora QA Blocker Tracking Application | 8 | Summary: Fedora QA Blocker Tracking Application | ||
| 9 | 9 | | |||
| 10 | License: GPLv2+ | 10 | License: GPLv2+ | ||
| 11 | URL: https://fedorahosted.org/fedora-qa | 11 | URL: https://pagure.io/fedora-qa/blockerbugs | ||
| 12 | Source0: http://git.fedorahosted.org/cgit/blockerbugs.git/snapshot/blockerbugs-%{version}.tar.gz | 12 | Source0: http://git.fedorahosted.org/cgit/blockerbugs.git/snapshot/blockerbugs-%{version}.tar.gz | ||
| 13 | 13 | | |||
| 14 | BuildArch: noarch | 14 | BuildArch: noarch | ||
| 15 | 15 | | |||
| 16 | Requires: python-flask | 16 | Requires: python-flask | ||
| 17 | Requires: python-flask-sqlalchemy | 17 | Requires: python-flask-sqlalchemy | ||
| 18 | Requires: python-flask-wtf | 18 | Requires: python-flask-wtf | ||
| 19 | Requires: python-flask-assets | 19 | Requires: python-flask-assets | ||
| ▲ Show 20 Lines • Show All 306 Lines • Show Last 20 Lines | |||||
| Show All 17 Lines | 9 | <div class="panel radius" id="main-info"> | |||
|---|---|---|---|---|---|
| 18 | </p> | 18 | </p> | ||
| 19 | 19 | | |||
| 20 | <p> | 20 | <p> | ||
| 21 | If you notice bugs or have suggestions on how we can make this app | 21 | If you notice bugs or have suggestions on how we can make this app | ||
| 22 | better, please report or discuss them in any of the following | 22 | better, please report or discuss them in any of the following | ||
| 23 | places: | 23 | places: | ||
| 24 | <ul> | 24 | <ul> | ||
| 25 | <li> | 25 | <li> | ||
| 26 | <a href="https://phab.qadevel.cloud.fedoraproject.org/maniphest/task/create/">The Fedora QA bug tracking system</a> | 26 | <a href="https://phab.qa.fedoraproject.org/maniphest/task/edit/form/default/?tags=blockerbugs">The Fedora QA bug tracking system</a> | ||
| 27 | filed against 'Blockerbugs'. | | |||
| 28 | </li> | 27 | </li> | ||
| 29 | <li> | 28 | <li> | ||
| 30 | Via email on <a href="https://admin.fedoraproject.org/mailman/listinfo/qa-devel">The Fedora qa-devel list</a> | 29 | Via email on <a href="https://lists.fedoraproject.org/archives/list/qa-devel@lists.fedoraproject.org/">The Fedora qa-devel list</a> | ||
| 31 | </li> | 30 | </li> | ||
| 32 | <li>In #fedora-qa on Freenode IRC</li> | 31 | <li>In #fedora-qa on Freenode IRC</li> | ||
| 33 | </ul> | 32 | </ul> | ||
| 34 | </p> | 33 | </p> | ||
| 35 | 34 | | |||
| 36 | <p> | 35 | <p> | ||
| 37 | Thanks for participating in Fedora development and/or testing! | 36 | Thanks for participating in Fedora development and/or testing! | ||
| 38 | </p> | 37 | </p> | ||
| Show All 39 Lines | |||||
| 78 | </div> | 77 | </div> | ||
| 79 | {% endblock %} | 78 | {% endblock %} | ||
| 80 | 79 | | |||
| 81 | {% block footer %} | 80 | {% block footer %} | ||
| 82 | <div class="container"> | 81 | <div class="container"> | ||
| 83 | <div class="fedora-prefooter"> | 82 | <div class="fedora-prefooter"> | ||
| 84 | <div class="twelve column"> | 83 | <div class="twelve column"> | ||
| 85 | This application is open source! Get <a href="http://git.fedorahosted.org/cgit/blockerbugs.git">the code</a> | 84 | This application is open source! Get <a href="http://git.fedorahosted.org/cgit/blockerbugs.git">the code</a> | ||
| 86 | or look at <a href="https://phab.qadevel.cloud.fedoraproject.org/maniphest/query/cduryYBeHiBK/#R">development plans</a>. | 85 | or look at <a href="https://phab.qa.fedoraproject.org/maniphest/query/cduryYBeHiBK/#R">development plans</a>. | ||
| 87 | <div class="fedora-footer"></div> | 86 | <div class="fedora-footer"></div> | ||
| 88 | </div> | 87 | </div> | ||
| 89 | </div> | 88 | </div> | ||
| 90 | </div> | 89 | </div> | ||
| 91 | {% endblock %} | 90 | {% endblock %} | ||
| Show All 36 Lines | |||||
| 37 | 37 | | |||
| 38 | 38 | | |||
| 39 | setup(name='blockerbugs', | 39 | setup(name='blockerbugs', | ||
| 40 | version=find_version('blockerbugs', '__init__.py'), | 40 | version=find_version('blockerbugs', '__init__.py'), | ||
| 41 | description='Web application for tracking blocker and nth bugs in Fedora releases', | 41 | description='Web application for tracking blocker and nth bugs in Fedora releases', | ||
| 42 | author='Tim Flink', | 42 | author='Tim Flink', | ||
| 43 | author_email='tflink@fedoraproject.org', | 43 | author_email='tflink@fedoraproject.org', | ||
| 44 | license='GPLv2+', | 44 | license='GPLv2+', | ||
| 45 | url='https://fedorahosted.org/fedora-qa', | 45 | url='https://pagure.io/fedora-qa/blockerbugs', | ||
| 46 | packages=['blockerbugs', 'blockerbugs.controllers', | 46 | packages=['blockerbugs', 'blockerbugs.controllers', | ||
| 47 | 'blockerbugs.util', 'blockerbugs.models', | 47 | 'blockerbugs.util', 'blockerbugs.models', | ||
| 48 | 'blockerbugs.controllers.api', | 48 | 'blockerbugs.controllers.api', | ||
| 49 | 'blockerbugs.controllers.admin'], | 49 | 'blockerbugs.controllers.admin'], | ||
| 50 | package_dir={'blockerbugs': 'blockerbugs'}, | 50 | package_dir={'blockerbugs': 'blockerbugs'}, | ||
| 51 | entry_points=dict(console_scripts=['blockerbugs=blockerbugs.cli:main']), | 51 | entry_points=dict(console_scripts=['blockerbugs=blockerbugs.cli:main']), | ||
| 52 | include_package_data=True, | 52 | include_package_data=True, | ||
| 53 | cmdclass={'test': PyTest}, | 53 | cmdclass={'test': PyTest}, | ||
| Show All 19 Lines | |||||