#429 distgit_directive attempting to get files from the deprecated cgit interface
Closed: Fixed 4 years ago by tflink. Opened 4 years ago by tflink.

rpmlintrc fetching for task-rpmlint has started failing in production:

rpmlint log

For some reason, we're using a URL to the cgit interface which was retired earlier this week and now the rpmlintrc fetches are failing with 404s.

Fix the code (either here or in task-rpmlint if needed) to use the modern pagure frontend.


FWIW, our production runners seem to be running with development config. This might be related? Either way, that's something that should be fixed

Turns out this was fixed 2 days ago with this commit.

There are new builds available but it looks like none of the client-hosts have been updated. This is a minor change so I'll be updating dev and if that looks OK, I'll update stg and prod

Metadata Update from @kparal:
- Issue assigned to kparal

4 years ago

FWIW, our production runners seem to be running with development config. This might be related? Either way, that's something that should be fixed

That's not what I see:

$ ssh qa12.qa.fedoraproject.org grep 'profile:' /etc/taskotron/taskotron.yaml
profile: production
$ ssh qa13.qa.fedoraproject.org grep 'profile:' /etc/taskotron/taskotron.yaml
profile: production

FWIW, our production runners seem to be running with development config. This might be related? Either way, that's something that should be fixed

That's not what I see:
$ ssh qa12.qa.fedoraproject.org grep 'profile:' /etc/taskotron/taskotron.yaml
profile: production
$ ssh qa13.qa.fedoraproject.org grep 'profile:' /etc/taskotron/taskotron.yaml
profile: production

I wasn't looking at the config, just noticed it in the log files associated with the complaint on devel@

https://taskotron-dev.fedoraproject.org/artifacts/all/d31128f2-685c-11e9-a910-5254009af1a8/tests.yml/test.log.gz

I've updated qa12 and qa13 to the newest libtaskotron release, the issues with per-package rpmlintrc should be fixed.

Please re-open this ticket if you continue to see issues with this.

Metadata Update from @tflink:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

I wasn't looking at the config, just noticed it in the log files associated with the complaint on devel@
https://taskotron-dev.fedoraproject.org/artifacts/all/d31128f2-685c-11e9-a910-5254009af1a8/tests.yml/test.log.gz

That's a taskotron-dev environment, we use the development profile there, yes.

I've updated qa12 and qa13 to the newest libtaskotron release, the issues with per-package rpmlintrc should be fixed.
Please re-open this ticket if you continue to see issues with this.

It doesn't really matter which version is present on the virt-host. All that matters are minions. Those are updated once the update hits stable. That happened this night, so everything should be in order now, yes. Thanks.

Login to comment on this ticket.

Metadata