Giter VIP home page Giter VIP logo

Comments (8)

leio avatar leio commented on July 29, 2024

ALLARCHES I take to mean "if I'm the first arch team to handle this stable request, I'll stabilize it for all the arches CCed, not just my own"

from tatt.

DerDakon avatar DerDakon commented on July 29, 2024

Which is the second case and is fine.

from tatt.

thesamesam avatar thesamesam commented on July 29, 2024

I think we need GLEP 72 to be implemented to do this right (or just have ekeyword implement it).

from tatt.

mjeveritt avatar mjeveritt commented on July 29, 2024

I think one could propose a patch to implement the suggested functionality, and get council (possibly QA) to ratify it, then commit the patch, and off-we-go ?

from tatt.

kensington avatar kensington commented on July 29, 2024

ALLARCHES I take to mean "if I'm the first arch team to handle this stable request, I'll stabilize it for all the arches CCed, not just my own"

This is correct.

I think we need GLEP 72 to be implemented to do this right (or just have ekeyword implement it).

I don't think we need to wait for this - an architecture need not be stable to make use of stable keywords.

I think one could propose a patch to implement the suggested functionality, and get council (possibly QA) to ratify it, then commit the patch, and off-we-go ?

This can be implemented as soon as a patch is available. No external approval is required.

from tatt.

thesamesam avatar thesamesam commented on July 29, 2024

nattka handles this for us now, excellent! Note that the council already ratified ALLARCHES: https://gitweb.gentoo.org/data/glep.git/commit/?id=6f4d97c0db20af6e3d75063b118f3756983a589a.

from tatt.

DerDakon avatar DerDakon commented on July 29, 2024

That probably means one would need to use nattka in the commit script, right? Can you provide an example or a patch?

from tatt.

thesamesam avatar thesamesam commented on July 29, 2024
$ cat ~/templates/commit-snippet
pushd @@CP@@ > /dev/null

nattka apply -a @@ARCH@@ @@BUG@@
nattka commit -a @@ARCH@@ @@BUG@@

popd > /dev/null
$ cat ~/templates/commit-snippet-2
# Code for checking consistency of @@EBUILD@@
pushd @@CP@@ > /dev/null

repoman -d full || exit 1
nattka resolve -a @@ARCH@@ @@BUG@@

popd > /dev/null

from tatt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.