Merlin Mathesius
de2a776226
Skip git ref checks for rpm components with srpm overrides
...
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com >
2020-03-10 14:02:11 +00:00
Merlin Mathesius
ab90c7b710
Clean up unused test code to avoid confusion
...
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com >
2020-03-10 14:02:11 +00:00
Chenxiong Qi
1c0715662a
Cleanup module_build_service/__init__.py
...
Most of the code are moved to dedicated subpackages, but some others
can't due to the cycle dependencies.
Signed-off-by: Chenxiong Qi <cqi@redhat.com >
2020-03-03 14:48:48 -05:00
mprahl
81f2bffdda
Rearrange the imports to meet the style guide
...
This also includes `from __future__ import absolute_import`
in every file so that the imports are consistent in Python 2 and 3.
The Python 2 tests fail without this.
2020-03-03 14:48:47 -05:00
mprahl
c10a6769ed
Move scm.py to common/scm.py
2020-03-03 14:48:47 -05:00
mprahl
9ddb35b8d3
Move models.py to common/models.py and views.py to web/views.py
2020-03-03 14:48:47 -05:00
mprahl
d9f32bff9d
Move errors.py to common/errors.py
2020-03-03 14:48:47 -05:00
mprahl
b16cb88bc3
Move db_session.py to scheduler/db_session.py
2020-03-03 14:48:47 -05:00
mprahl
98b54d211e
Move config.py to common/config.py
2020-03-03 14:48:47 -05:00
mprahl
96b0c85927
Split utils/submit.py
...
This moves the code used by the backend and API to common/submit.py,
the code used just by the API to web/submit.py, and the code used
just by the backend to scheduler/submit.py.
2020-03-03 14:48:47 -05:00