cyberpear has quit [Quit: Connection closed for inactivity]
zsun has joined #fedora-riscv
esv_ has joined #fedora-riscv
esv has quit [Read error: Connection reset by peer]
zsun has quit [Quit: Leaving.]
zsun has joined #fedora-riscv
zsun has quit [Client Quit]
<davidlt[m]>
<Entei[m]> "davidlt: I finally got koji-..." <- > <@dai_enkai:matrix.org> davidlt: I finally got koji-web working. It was one of the selinux flags `httpd_can_network_connect=1` you mentioned before.
<davidlt[m]>
>
<davidlt[m]>
> Do you recall how you changed the theme for the interface? Any directories where I could change the CSS?
<davidlt[m]>
There is a theme package somewhere that installs the theme.
<Entei[m]>
<davidlt[m]> "> <@dai_enkai:matrix.org..." <- I did find something like this on GitHub, rebuilt it with rpmbuild, but it didn't work.
<Entei[m]>
* In reply to @davidlt:matrix.org
<Entei[m]>
There is a theme package somewhere that installs the theme.
<Entei[m]>
I did find something like this on Gitlab, rebuilt it with rpmbuild, but it didn't work.
<Entei[m]>
I am just going to edit out the koji.css I found `/usr/share/koji-web/static`
<davidlt[m]>
Sorry for the slow replies. I am traveling.
<davidlt[m]>
Yeah you might need to do a bit config after you install the theme.
<Entei[m]>
davidlt[m]: No problems.
<Entei[m]>
I can already see changes being reflected when editing the koji.css files, so I think I am on the right track
<Entei[m]>
Could you help me with bootstrapping the server? Looking at the dependencies of packages listed in comps buildsystem group, it's a rabbit hole that never seems to end.
<Entei[m]>
I can create a local repo and tell koji to look into it, but still don't understand how exactly you find the minimal number of rpms and what they are?
<davidlt[m]>
You don't need to start with minimal.
<Entei[m]>
I am looking at your koji instance as well as PLCT Lab koji instance right now to understand .
<Entei[m]>
Looks like PLCT lab used your instance for external repo to build a minimal amount of packages for f32.
<Entei[m]>
You guys did a local repo, which already had about 14000 packages (as per your first f28 tag)?
<davidlt[m]>
You start with full rv64gc and slowly replace RPMs.
<davidlt[m]>
And only at some point you switch all the builders to be o ly rv64g.
<Entei[m]>
davidlt[m]: Oh. So I get my buildsystem group packages done with your rpms, and then make my own repo and switch to it. Is that correct?
<Entei[m]>
Or actually in this particular case it would be all 14000 packages, since I don't know where dependencies end
<davidlt[m]>
You start with it and slowly replace the rpms. That's all in one repo.
<davidlt[m]>
Newer builds replace older ones with rv64gc.
esv_ is now known as esv
Kevinsadminaccou has quit [Remote host closed the connection]
rwmjones_ is now known as rwmjones
masami has joined #fedora-riscv
<Entei[m]>
I find myself still confused in tags and targets.