copr-be's storage
by Miroslav Suchý
FYI
I just resized copr-be storage for DNF repos from 4TB to 6TB.
It was as easy as:
umount /var/lib/copr/public_html
systemctl stop var-lib-copr-public_html.mount
copr-backend-service stop
systemctls stop lighttpd.service
in openstack dashboard, detach the volume, click "enlarge volume", set it to 6000GB.
attach it back.
Again:
umount /var/lib/copr/public_html
systemctl stop var-lib-copr-public_html.mount
parted
(parted) print free
Number Start End Size File system Name Flags
17.4kB 1049kB 1031kB Free Space
1 1049kB 4398GB 4398GB ext4
4398GB 6442GB 2044GB Free Space
(parted) resizepart
Partition number? 1
End? [4398GB]? 6442GB
resize2fs /dev/vdc1
systemctl start var-lib-copr-public_html.mount
systemctls start lighttpd.service
copr-backend-service start
# df -H /var/lib/copr/public_html
Filesystem Size Used Avail Use% Mounted on
/dev/vdc1 6.4T 4.2T 2.3T 65% /var/lib/copr/public_html
Mirek
4 years, 11 months
after-release fixes
by Michal Novotny
Hello, since the release on Monday, we have implemented and deployed the
following fixes:
- fixed building in epel-7-ppc64le chroot (by temporarily switching of
nosync mock plugin on ppc64le until we have better fix:
https://github.com/kjn/nosync/issues/3#issuecomment-353176672)
- fixed make-srpm build method by providing /etc/mock/default.cfg that is
missing in mock-1.3.4 being currently under use until new mock is released
- deployed backend-1.110 that contains fix for the backend repo
hit-counting script
Thank you if you build in COPR
COPR team
5 years, 9 months
New Release
by Dominik Turecek
Hi,
we have released new COPR stack. We have upgraded the frontend, distgit, keygen and builders to fedora 27.
COPR backend is still running on f25 due to incompatible python-nova client with current OpenStack.
The following changes were introduced:
copr-frontend 1.125-1
- added support for src.fp.o in build_on_pagure_commit.py
- provide default for source_json_dict in scm migration
- fix committish filter condition for auto-rebuilds
- fix SCM migrations not to use models that might be newer than db
- always use ref from the push/tag event for package auto-rebuild
- rather suggest dnf-modularity-stable repo
- update the info how to install a module
- fix code block spacing
- fix scm unification migrations for mock-scm
- show most recent post from our blog
copr-backend 1.109-1
- terminate also 'in_use' builders if health checks have failed
- update copr_log_hitcounter to check ip against ignored pattern
- new msg bus options
- disable DNF makecache timer/service
- fixed message duplication for multi-bus scenario
copr-selinux 1.47-1
- wrap map permission in an optional block
Best regards
COPR team
5 years, 9 months
COPR outage at 1am UTC
by Michal Novotny
Hello,
today there will be a COPR outage lasting approximately for 1 hour starting
at 1 a.m. UTC. We will be upgrading most of the machines to the latest
released Fedora version.
COPR Team
5 years, 9 months