diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-26 07:56:22 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-26 07:56:22 -0500 |
commit | 30eb9052b7560c408ed5b3b45497e55ff5d901a0 (patch) | |
tree | 09b25f800ce7e89405d67bf4f317986a0fe60ba1 | |
parent | {specs,portage}: fork portage dir for x86 (diff) | |
download | releng-30eb9052b7560c408ed5b3b45497e55ff5d901a0.tar.gz releng-30eb9052b7560c408ed5b3b45497e55ff5d901a0.tar.bz2 releng-30eb9052b7560c408ed5b3b45497e55ff5d901a0.zip |
specs/amd64/livegui: base livegui-stage1 on stage3-desktop
This will save a couple hundred package installs and also possibly
decrese the likelihood of circular deps on this massive build.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | releases/specs/amd64/livegui/livegui-stage1.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releases/specs/amd64/livegui/livegui-stage1.spec b/releases/specs/amd64/livegui/livegui-stage1.spec index a8983b71..5c095135 100644 --- a/releases/specs/amd64/livegui/livegui-stage1.spec +++ b/releases/specs/amd64/livegui/livegui-stage1.spec @@ -4,7 +4,7 @@ target: livecd-stage1 rel_type: 23.0-default profile: default/linux/amd64/23.0/desktop/plasma snapshot_treeish: @TREEISH@ -source_subpath: 23.0-default/stage3-amd64-openrc-@TIMESTAMP@.tar.xz +source_subpath: 23.0-default/stage3-amd64-desktop-openrc-@TIMESTAMP@.tar.xz compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/livegui |