Learn more about these different git repos.
Other Git URLs
21c7baf
@@ -1,3 +1,3 @@
#! /bin/sh
- runuser -c "/usr/bin/copr-backend-analyze-results && /usr/bin/copr-backend-generate-graphs" - copr >&2 >/dev/null
+ runuser -c "ionice --class idle /usr/bin/copr-backend-analyze-results && /usr/bin/copr-backend-generate-graphs" - copr >&2 >/dev/null
@@ -102,6 +102,7 @@
Requires: rpm-sign
Requires: rsync
Requires: modulemd-tools >= 0.6
+ Recommends: util-linux-core
Requires: zstd
Requires(post): systemd
Our RAID is hitting some IOPS limits in Fedora Copr, and this seems like a low-hanging fruit to help the situation because we calmly can wait for the script results.
Build succeeded.
LGTM
Pull-Request has been merged by praiskup
Our RAID is hitting some IOPS limits in Fedora Copr, and this seems like
a low-hanging fruit to help the situation because we calmly can wait for
the script results.