We need to build an updated version of perf for Hyperscale SIG (the current package is built in both CentOS Stream and Hyperscale as part of the kernel). In Fedora it's built as part of kernel-tools, so that seems to be the most straightforward way of getting perf built.
Can we get a repo created for this? Thanks! (Longer term, I'm looking to see if perf can be built standalone, but looks like the build scripts need a lot of massaging to get that to build properly, meanwhile, basing the Hyperscale package off Fedora's dist-git should work just fine)
Metadata Update from @arrfab: - Issue assigned to arrfab
Metadata Update from @arrfab: - Issue tagged with: cbs, low-trouble, medium-gain
Done, and added the sig-hyperscale group so that you can merge PRs
Metadata Update from @arrfab: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thank you! Could you also help set the default branch? Right now we get some (harmless) error whenever someone pushes
❯ git push Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: Traceback (most recent call last): remote: File "/usr/lib/python3.6/site-packages/pagure/hooks/__init__.py", line 392, in run_project_ho oks remote: changes=changes, remote: File "/usr/lib/python3.6/site-packages/pagure/hooks/__init__.py", line 111, in runhook remote: changes=changes, remote: File "/usr/lib/python3.6/site-packages/pagure/hooks/default.py", line 449, in post_receive remote: username, remote: File "/usr/lib/python3.6/site-packages/pagure/hooks/default.py", line 251, in inform_pull_req uest_urls remote: and refname != default_branch remote: UnboundLocalError: local variable 'default_branch' referenced before assignment remote: Sending to redis to send commit notification emails remote: * Publishing information for 3 commits remote: - to mqtt To ssh://git.centos.org/rpms/kernel-tools.git 12968d4..0918a21 c9s-sig-hyperscale -> c9s-sig-hyperscale
Log in to comment on this ticket.