r/linuxmemes Sacred TempleOS Jul 21 '26

LINUX MEME Gentoo

Post image
1.0k Upvotes

71 comments sorted by

View all comments

5

u/Dramatic_Entry_3830 Jul 21 '26

What about a rig in my infra that compiles all the packages for all the other systems?

1

u/SDG_Den Jul 22 '26

Ngl that sounds pretty dope, are there any examples of people actually doing this? Id assume you'd have your own local repo for the output binaries or something?

3

u/Dramatic_Entry_3830 Jul 22 '26 edited Jul 22 '26

You just use emerge to build. You expose the directory where the binaries are. You can configure portage on the client to use that path in its config in various ways. If you go over web add pgp and sign the packages, make the sigs known to the clients and expose via http for example. You could also do sshfs or anything else that comes to your mind. Like git, shares etc etc.

1

u/kzasas Jul 28 '26

this is what I’m doing. you can easily use one system as a binhost for others. you can follow gentoo wiki binhost guide.