Browse Source
- Fix td-agent repo URL for fluentd. $releasever and $basearch variables were escaped in the repo URL. - Disable repo_gpgcheck for RabbitMQ. The rabbitmq-server 3.7 packages on packagecloud are not signed, which is why we have gpgcheck=0 for that repo. Previously repo_gpgcheck was set to 1, but this breaks DNF which does not seem to accept keys imported by rpm --import for signing a repo (as opposed to packages). This causes it to prompt during package install, which does not work without a terminal in the build container. This should be temporary as we will upgrade RabbitMQ to 3.8 soon. - Add InfluxDB repo back to list of repos to disable. Change-Id: Ibbb720390ff17e11249a5aa77163c15c0971209a Partially-Implements: blueprint centos-rhel-8changes/82/704782/1
3 changed files with 8 additions and 8 deletions
@ -1,6 +1,6 @@
|
||||
[treasuredata] |
||||
name=TreasureData |
||||
baseurl=http://packages.treasuredata.com/3/redhat/\$releasever/\$basearch |
||||
baseurl=http://packages.treasuredata.com/3/redhat/$releasever/$basearch |
||||
gpgcheck=1 |
||||
gpgkey=https://packages.treasuredata.com/GPG-KEY-td-agent |
||||
enabled=0 |
||||
|
Loading…
Reference in new issue