Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/
Date: Fri, 11 Jun 2021 16:19:54
Message-Id: 1623428372.99668e5aed85f11e895ecd04d177177af9641b72.dilfridge@gentoo
1 commit: 99668e5aed85f11e895ecd04d177177af9641b72
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 16:18:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 16:19:32 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=99668e5a
7
8 riscv / 20.0: fix source_subpath
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec | 2 +-
13 releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec | 2 +-
14 releases/specs-qemu/riscv/stage2-lp64d-20.0-openrc.spec | 2 +-
15 releases/specs-qemu/riscv/stage2-lp64d-20.0-systemd.spec | 2 +-
16 releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec | 2 +-
17 releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec | 2 +-
18 6 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec
21 index eaa78c16..75d21806 100644
22 --- a/releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec
23 +++ b/releases/specs-qemu/riscv/stage1-lp64d-20.0-openrc.spec
24 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
25 rel_type: 20.0
26 profile: default/linux/riscv/20.0/rv64gc/lp64d
27 snapshot: @TIMESTAMP@
28 -source_subpath: default/stage3-rv64_lp64d-20.0-openrc-latest
29 +source_subpath: 20.0/stage3-rv64_lp64d-20.0-openrc-latest
30 compression_mode: pixz
31 decompressor_search_order: xz bzip2
32 update_seed: yes
33
34 diff --git a/releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec b/releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec
35 index 20726d38..4b842fc6 100644
36 --- a/releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec
37 +++ b/releases/specs-qemu/riscv/stage1-lp64d-20.0-systemd.spec
38 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
39 rel_type: 20.0
40 profile: default/linux/riscv/20.0/rv64gc/lp64d/systemd
41 snapshot: @TIMESTAMP@
42 -source_subpath: default/stage3-rv64_lp64d-20.0-systemd-latest
43 +source_subpath: 20.0/stage3-rv64_lp64d-20.0-systemd-latest
44 compression_mode: pixz
45 decompressor_search_order: xz bzip2
46 update_seed: yes
47
48 diff --git a/releases/specs-qemu/riscv/stage2-lp64d-20.0-openrc.spec b/releases/specs-qemu/riscv/stage2-lp64d-20.0-openrc.spec
49 index d9f88008..241ace4d 100644
50 --- a/releases/specs-qemu/riscv/stage2-lp64d-20.0-openrc.spec
51 +++ b/releases/specs-qemu/riscv/stage2-lp64d-20.0-openrc.spec
52 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
53 rel_type: 20.0
54 profile: default/linux/riscv/20.0/rv64gc/lp64d
55 snapshot: @TIMESTAMP@
56 -source_subpath: default/stage1-rv64_lp64d-20.0-openrc-@TIMESTAMP@
57 +source_subpath: 20.0/stage1-rv64_lp64d-20.0-openrc-@TIMESTAMP@
58 compression_mode: pixz
59 decompressor_search_order: xz bzip2
60 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
61
62 diff --git a/releases/specs-qemu/riscv/stage2-lp64d-20.0-systemd.spec b/releases/specs-qemu/riscv/stage2-lp64d-20.0-systemd.spec
63 index a89f5c80..4685179c 100644
64 --- a/releases/specs-qemu/riscv/stage2-lp64d-20.0-systemd.spec
65 +++ b/releases/specs-qemu/riscv/stage2-lp64d-20.0-systemd.spec
66 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
67 rel_type: 20.0
68 profile: default/linux/riscv/20.0/rv64gc/lp64d/systemd
69 snapshot: @TIMESTAMP@
70 -source_subpath: default/stage1-rv64_lp64d-20.0-systemd-@TIMESTAMP@
71 +source_subpath: 20.0/stage1-rv64_lp64d-20.0-systemd-@TIMESTAMP@
72 compression_mode: pixz
73 decompressor_search_order: xz bzip2
74 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
75
76 diff --git a/releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec
77 index 00e02193..f4f1c8a0 100644
78 --- a/releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec
79 +++ b/releases/specs-qemu/riscv/stage3-lp64d-20.0-openrc.spec
80 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
81 rel_type: 20.0
82 profile: default/linux/riscv/20.0/rv64gc/lp64d
83 snapshot: @TIMESTAMP@
84 -source_subpath: default/stage2-rv64_lp64d-20.0-openrc-@TIMESTAMP@
85 +source_subpath: 20.0/stage2-rv64_lp64d-20.0-openrc-@TIMESTAMP@
86 compression_mode: pixz
87 decompressor_search_order: xz bzip2
88 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
89
90 diff --git a/releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec b/releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec
91 index 6d49f612..77d57710 100644
92 --- a/releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec
93 +++ b/releases/specs-qemu/riscv/stage3-lp64d-20.0-systemd.spec
94 @@ -6,7 +6,7 @@ interpreter: /usr/bin/qemu-riscv64
95 rel_type: 20.0
96 profile: default/linux/riscv/20.0/rv64gc/lp64d/systemd
97 snapshot: @TIMESTAMP@
98 -source_subpath: default/stage2-rv64_lp64d-20.0-systemd-@TIMESTAMP@
99 +source_subpath: 20.0/stage2-rv64_lp64d-20.0-systemd-@TIMESTAMP@
100 compression_mode: pixz
101 decompressor_search_order: xz bzip2
102 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu