<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/etc/teams/python/python-tier-2-manifest.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>etc: teams/python: Add tiers manifest files.</title>
<updated>2026-07-01T10:59:13+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-28T19:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=52266edf4feea7398e7fc4ddfd1336c3b5fe47ab'/>
<id>52266edf4feea7398e7fc4ddfd1336c3b5fe47ab</id>
<content type='text'>
Tiers manifest files are to help planing packages update in advance.

- 1-3 :: Packages with high impact ratio and mainly updated on
         the python-team branch.
- 4 :: Packages with high number of inputs, building which ensure the
       health of large portion of the graph.
- 5 :: All leaf packages which safe to update directly on master branch.

They may be combined to query for substitute availability during work on
the branch:

    for t in $(seq 5)
    do
        guix time-machine --branch=python-team -- \
            weather --display-missing \
            --substitute-urls=https://ci.guix.gnu.org \
            --manifest="etc/teams/python/python-tier-${t}-manifest.scm"
    done

* etc/teams/python/python-tier-1-manifest.scm: New file.
* etc/teams/python/python-tier-2-manifest.scm: New file.
* etc/teams/python/python-tier-3-manifest.scm: New file.
* etc/teams/python/python-tier-4-manifest.scm: New file.
* etc/teams/python/python-tier-5-manifest.scm: New file.

Fixes: guix/guix#9584
Merges: guix/guix!9601
Reviewed-by: Nicolas Graves &lt;ngraves@ngraves.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tiers manifest files are to help planing packages update in advance.

- 1-3 :: Packages with high impact ratio and mainly updated on
         the python-team branch.
- 4 :: Packages with high number of inputs, building which ensure the
       health of large portion of the graph.
- 5 :: All leaf packages which safe to update directly on master branch.

They may be combined to query for substitute availability during work on
the branch:

    for t in $(seq 5)
    do
        guix time-machine --branch=python-team -- \
            weather --display-missing \
            --substitute-urls=https://ci.guix.gnu.org \
            --manifest="etc/teams/python/python-tier-${t}-manifest.scm"
    done

* etc/teams/python/python-tier-1-manifest.scm: New file.
* etc/teams/python/python-tier-2-manifest.scm: New file.
* etc/teams/python/python-tier-3-manifest.scm: New file.
* etc/teams/python/python-tier-4-manifest.scm: New file.
* etc/teams/python/python-tier-5-manifest.scm: New file.

Fixes: guix/guix#9584
Merges: guix/guix!9601
Reviewed-by: Nicolas Graves &lt;ngraves@ngraves.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
