Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759424 - Stable prefix on amd64
Summary: Stable prefix on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexey
URL:
Whiteboard:
Keywords: PATCH
Depends on: 759427
Blocks:
  Show dependency tree
 
Reported: 2020-12-10 22:47 UTC by Alexey
Modified: 2021-07-16 07:10 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to bootstrap script (0001-scripts-bootstrap-prefix-do-stable-prefix-on-amd64.patch,2.37 KB, patch)
2021-06-14 18:25 UTC, Alexey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2020-12-10 22:47:04 UTC
Let's enable option to make Prefix installation to use stable keyword.
Comment 1 Benda Xu gentoo-dev 2021-01-20 22:46:55 UTC
I like this idea and let's do it!
Comment 2 Alexey 2021-03-08 08:20:18 UTC
Benda, in order for this to happen, could you stabilize https://bugs.gentoo.org/759427 ?
Comment 3 Alexey 2021-06-14 18:25:06 UTC
Created attachment 716091 [details, diff]
patch to bootstrap script
Comment 4 Guilherme Amadio gentoo-dev 2021-06-14 21:37:59 UTC
I think bootstrapping will behave a lot better by using only stable packages, +1 from me for this as well.
Comment 5 Larry the Git Cow gentoo-dev 2021-07-16 07:10:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd

commit 4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2021-07-16 07:09:20 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-07-16 07:09:20 +0000

    scripts/bootstrap-prefix: make stable keyword impl a bit more generic
    
    If we want to support more (Linux) arches in the future with stable
    keywords, this should do the trick.
    
    Closes: https://bugs.gentoo.org/759424
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=92e83b4212ec23c1ea9d6013343462b85011a6bd

commit 92e83b4212ec23c1ea9d6013343462b85011a6bd
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2021-06-14 15:08:57 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-07-16 07:03:24 +0000

    scripts/bootstrap-prefix: do stable prefix on amd64
    
    Bug: https://bugs.gentoo.org/759424
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)