There will be an outage starting at:
$ date --date '2021-06-16 6:00 UTC'
The outage will last approximately 2 hours. The copr-backend storage (copr build
results) will stay online during this outage.
Reason for outage:
We're updating copr packages to the new versions which will bring new
features and bugfixes.
Affected Services:
copr-frontend - https://copr.fedorainfracloud.org
copr-backend - https://copr-be.cloud.fedoraproject.org/
Contact persons:
@praiskup / @frostyx
Ticket:
https://pagure.io/fedora-infrastructure/issue/10034
In case of any questions, please join the #fedora-buildsys channel
on libera.chat or add comments to the ticket above.
I have just disabled Mageia 7 chroots in Copr.
According to the Mageia support page [1], Mageia 7 reached the end of its life
on May.
This effectively means that from this moment, it is no longer possible to submit
builds for the following chroots:
- mageia-7-x86_64
- mageia-7-i586
- mageia-7-aarch64
The existing build results for F32 chroots will be automatically removed after
180 days, but feel free to individually prolong your Copr chroots.
[1] https://www.mageia.org/en/support/
Pavel
Hi,
There's a repo [1] (owner in CC) that, during the last 2 days, is
sending hundreds of builds of the same misconfigured package, taking
resources and then failing with a timeout. Not sure what is triggering
so many builds, but more builds certainly won't improve the situation.
:)
[1] https://copr.fedorainfracloud.org/coprs/ndthanh7/test/
--
Iñaki Úcar
Hello,
I have just disabled Fedora 32 chroots in Copr.
According to the Fedora wiki [1], Fedora 32 reached the end of its life on
2021-05-25 (buils for i386 already failed anyway).
This effectively means that from this moment, it is no longer possible to submit
builds for the following chroots:
- fedora-32-x86_64
- fedora-32-i386
- fedora-32-s390x
- fedora-32-aarch64
- fedora-32-armhfp
The existing build results for F32 chroots will be automatically removed after
180 days, but feel free to individually prolong your Copr chroots.
[1] https://fedoraproject.org/wiki/End_of_life
Pavel
Hello all,
I am trying to build some extensions to Postgres on COPR. One of the things that has made life more complex after EL8 or so is the "module" system. It is obligatory to disable the "postgresql" module to be able to install PGDG packages, e.g. https://people.planetpostgresql.org/devrim/index.php?/archives/100-Installi…
I will need to do something similar to build a package with dependencies on postgresql13-devel, and so on.
Unfortunately, I don't see a good way to affect the build chroot in COPR in this way, to disable the included-with-EL8 postgresql module, making adding the Postgres YUM repo (aka "pgdg repo") not useful.
Is there a solution for this?
Thanks in advance.