#18 rpmlintrc file is being downloaded from f29 on master branch, leads to 404
Closed: Duplicate 6 years ago Opened 6 years ago by churchyard.

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


Metadata Update from @kparal:
- Issue close_status updated to: Duplicate

6 years ago

Login to comment on this ticket.

Metadata