Google Summer of Code/2018/Ideas/Social Linux Distribution Network

From Gentoo Wiki
Jump to:navigation Jump to:search

Social Linux Distribution Network

Gentoo is a Meta Distribution, and it's binary instantiation usually does emerge on the users machine(s).

So users actually do have their private "Linux Distribution" - either with or without caching (and redistributing) the binary packages.

Of course there is chance that users do have identical profile setups (USE flags, optimization flags, etc.), which is where some build service (OpenBuildService or similar) may be useful.

But rather than sharing binary packages, the idea is to share Gentoo user's profile setups - with the cache for binary packages to be optional (when powered by some build service). Note that some USE flags disallow binary packaging at all.

The idea came up first in https://archives.gentoo.org/gentoo-dev/message/e7880d4edb2a250e14b7677675f89931, and there is nothing more than that yet.

The profile sharing mechanism may fit the GSoC scope, either with or without sharing user's binary packages.


Contacts Required Skills
  • Understanding how Gentoo works
  • More to figure out