Difference between revisions of "Portage Tree"

From Funtoo
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
== Community-Extensible and Distributed ==
== Community-Extensible and Distributed ==


Daniel Robbins has recently added the ability for the Portage tree to be extended and improved by the community. This allows Funtoo Linux users to contribute ebuilds of interest very easily, by simply committing their ebuilds to their own git-based portage repository. Your updated ebuilds are then auto-merged into the mainline Funtoo Portage tree every 12 hours. If you are interested in contributing to the Funtoo Linux Portage tree, please post an email to the [http://groups.google.com/group/funtoo-dev funtoo-dev mailing list] describing your overlay and its contents and we will consider the request.
Daniel Robbins has recently added the ability for the Portage tree to be extended and improved by the community. This allows Funtoo Linux users to contribute ebuilds of interest very easily, by simply committing their ebuilds to their own git-based portage repository. Your updated ebuilds are then auto-merged into the mainline Funtoo Portage tree every 4 hours. If you are interested in contributing to the Funtoo Linux Portage tree, please post an email to the [http://groups.google.com/group/funtoo-dev funtoo-dev mailing list] describing your overlay and its contents and we will consider the request.


== Mini-Manifest Tree ==
== Mini-Manifest Tree ==
Line 15: Line 15:
== How the Tree is Built ==
== How the Tree is Built ==


New versions of the Funtoo Linux Portage tree are generated every 12 hours using a special merge script that combines the Gentoo Portage tree with the Funtoo Linux funtoo-overlay as well as other 3rd-party overlays. The overlays currently being merged are:
New versions of the Funtoo Linux Portage tree are generated every 4 hours using a special merge script that combines the Gentoo Portage tree with the Funtoo Linux funtoo-overlay as well as other 3rd-party overlays.  


* http://github.com/funtoo/portage (gentoo.org branch)
https://github.com/funtoo/funtoo-overlay/blob/master/funtoo/scripts/merge.py
* http://github.com/funtoo/funtoo-overlay (all ebuilds replacing those in Gentoo, including some eclass and profile patches)
* http://github.com/slashbeast/foo-overlay (all ebuilds being added, with two ebuilds replacing an upstream Gentoo version)
* http://github.com/adessemond/bar-overlay (all ebuilds replacing those in Gentoo)
* http://github.com/funtoo/flora [[Flora]] (all ebuilds being added, with no ebuilds replacing upstream Gentoo versions)
 
This list is likely to expand in the future.
 
The script used to merge the Portage overlays can be viewed here:


https://github.com/funtoo/funtoo-overlay/blob/master/funtoo/scripts/merge.py
See [[How to Dev#Development Trees|How to Dev - Development Trees]] for more information.


If you are interested in contributing ebuilds to Funtoo Linux, please contact us on the [http://groups.google.com/group/funtoo-dev funtoo-dev mailing list].
If you are interested in contributing ebuilds to Funtoo Linux, please get involved on the bug tracker. See our main page for ways you can get involved and connect with the Funtoo community.


[[Category:Portage]]
[[Category:Portage]]
[[Category:Funtoo features]]
[[Category:Funtoo features]]

Latest revision as of 04:09, December 28, 2014

This page describes the Funtoo Linux distributed Portage tree, which contains all the ebuilds of the Funtoo Linux distribution.

Community-Extensible and Distributed

Daniel Robbins has recently added the ability for the Portage tree to be extended and improved by the community. This allows Funtoo Linux users to contribute ebuilds of interest very easily, by simply committing their ebuilds to their own git-based portage repository. Your updated ebuilds are then auto-merged into the mainline Funtoo Portage tree every 4 hours. If you are interested in contributing to the Funtoo Linux Portage tree, please post an email to the funtoo-dev mailing list describing your overlay and its contents and we will consider the request.

Mini-Manifest Tree

Funtoo Linux provides two Portage tree repositories, available at the following location:

The first tree is a full Portage tree with full Manifests and ChangeLogs, and includes branches for Funtoo Linux as well as Gentoo Linux. The second tree is a minimized tree that contains only the unified Funtoo Linux Portage tree, all the ebuilds in the first tree, but contains "mini" Manifests (that only contain distfile digests) and has ChangeLogs removed. The first tree is used by Funtoo Linux internallly while the second tree is intended to be used by end-users, since it is much smaller.

How the Tree is Built

New versions of the Funtoo Linux Portage tree are generated every 4 hours using a special merge script that combines the Gentoo Portage tree with the Funtoo Linux funtoo-overlay as well as other 3rd-party overlays.

https://github.com/funtoo/funtoo-overlay/blob/master/funtoo/scripts/merge.py

See How to Dev - Development Trees for more information.

If you are interested in contributing ebuilds to Funtoo Linux, please get involved on the bug tracker. See our main page for ways you can get involved and connect with the Funtoo community.