When a task runs on master build, it fails to download the rpmlintrc file and doesn't use it.
INFO:task-rpmlint.download:Trying to download python3.rpmlintrc ... DEBUG:libtaskotron:Downloading: https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=f29 ERROR:libtaskotron:Download failed for: https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=f29 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/libtaskotron/file_utils.py", line 122, in download _download(url, dl_dest) File "/usr/lib/python2.7/site-packages/libtaskotron/file_utils.py", line 162, in _download r.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 404 Client Error: Not found for url: https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=f29 WARNING:task-rpmlint.download:Failed to download python3.rpmlintrc: 404 Client Error: Not found for url: https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=f29
Yet the URL should not be https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=f29 but https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc?h=master or https://src.fedoraproject.org/cgit/rpms/python3.git/plain/python3.rpmlintrc
Moved to libtaskotron as https://pagure.io/taskotron/libtaskotron/issue/409
Metadata Update from @kparal: - Issue close_status updated to: Duplicate
Log in to comment on this ticket.