make portage_confdir location dynamic
Don't hardcode /root/ or /release/ paths to the releng git checkout. Use the active git repo as the base path instead.
This commit is contained in:
parent
0f867a3dfd
commit
6a2361a8ea
27 changed files with 32 additions and 20 deletions
|
@ -8,7 +8,7 @@ target: netboot2
|
|||
subarch: s390x
|
||||
rel_type: default
|
||||
profile: default/linux/s390/13.0/s390x
|
||||
portage_confdir: /root/releng/releases/weekly/specs/s390/s390x/netboot/portage
|
||||
portage_confdir: @GITDIR@/releases/weekly/specs/s390/s390x/netboot/portage
|
||||
|
||||
|
||||
boot/kernel: netboot64
|
||||
|
|
|
@ -6,3 +6,4 @@ profile: default/linux/s390/13.0/s390x
|
|||
snapshot: 2008.0
|
||||
source_subpath: default/stage3-s390x-latest
|
||||
update_seed: yes
|
||||
portage_confdir: @GITDIR@/releases/weekly/portage/stages
|
||||
|
|
|
@ -5,3 +5,4 @@ rel_type: default
|
|||
profile: default/linux/s390/13.0/s390x
|
||||
snapshot: 2008.0
|
||||
source_subpath: default/stage1-s390x-2008.0
|
||||
portage_confdir: @GITDIR@/releases/weekly/portage/stages
|
||||
|
|
|
@ -5,3 +5,4 @@ rel_type: default
|
|||
profile: default/linux/s390/13.0/s390x
|
||||
snapshot: 2008.0
|
||||
source_subpath: default/stage2-s390x-2008.0
|
||||
portage_confdir: @GITDIR@/releases/weekly/portage/stages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue