Difference between pages "Template:Subarch" and "Portage Tree"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<includeonly>
This page describes the Funtoo Linux distributed Portage tree, which contains all the ebuilds of the Funtoo Linux distribution.  
= {{{subarch}}} (Sub-architecture) =
 
__NOTITLE__
== Community-Extensible and Distributed ==
{{Note|This page describes a sub-architecture for Funtoo Linux, which is a particular set of optimizations that is used for a Funtoo Linux build.}}
 
{{#set:CPU Family={{{CPU Family|}}}|subarch={{{subarch|}}}|CHOST={{{CHOST|}}}|CFLAGS={{{CFLAGS|}}}|USE={{{USE|}}}|CPU Features={{{CPU Features|}}}|Description={{{Description|}}}}}
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.
== Overview ==
 
__NOTOC__
== Mini-Manifest Tree ==
{{TableStart}}
 
<tr><td>CPU Family</td><td>[[{{{CPU Family}}}]]</td></tr>
Funtoo Linux provides two Portage tree repositories, available at the following location:
<tr><td>CHOST</td><td><code>{{{CHOST|}}}</code></td></tr>
 
<tr><td>CFLAGS</td><td><code>{{{CFLAGS|}}}</code></td></tr>
* http://github.com/funtoo/ports-2012
<tr><td>USE</td><td>{{#if:{{{USE|}}}|<code>{{{USE}}}</code>|(none)}}</td></tr>
 
<tr><td>Summary</td><td>{{{Description|}}}</td></tr>
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.
{{TableEnd}}{{#vardefine:subarch|{{{subarch|}}}}}
 
{{#get_web_data:url=http://build.funtoo.org/index.xml|format=xml|use xpath|data=builds=/subarches/subarch[@name='{{{subarch|}}}']/@builds}}
== How the Tree is Built ==
{{#vardefine:builds|{{#external_value:builds}}}}{{#if:{{#var:builds}}|
 
== Builds ==
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.
This section lists the Funtoo Linux builds currently available for download for this sub-architecture:
 
{{TableStart}}<tr><td class="active">build</td><td class="active">variant</td><td class="active">latest build</td><td class="active">Download</td><td class="active">Browse Mirror</td></tr>
https://github.com/funtoo/funtoo-overlay/blob/master/funtoo/scripts/merge.py
{{#arraymaptemplate:{{#var:builds}}|DisplayBuilds|,|}}
 
{{TableEnd}}|No downloadable stage builds are currently available for this sub-architecture.}}
See [[How to Dev#Development Trees|How to Dev - Development Trees]] for more information.
[[Category:Subarches]]
 
__NOEDITSECTION__
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.
== Description ==
 
</includeonly>
[[Category:Portage]]
[[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.