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
|
@ -6,4 +6,4 @@ profile: default/linux/powerpc/ppc32/13.0
|
|||
snapshot: 2008.0
|
||||
source_subpath: default/stage3-ppc-latest
|
||||
update_seed: yes
|
||||
portage_confdir: /release/releng/releases/weekly/portage/stages
|
||||
portage_confdir: @GITDIR@releases/weekly/portage/stages
|
||||
|
|
|
@ -5,4 +5,4 @@ rel_type: default
|
|||
profile: default/linux/powerpc/ppc32/13.0
|
||||
snapshot: 2008.0
|
||||
source_subpath: default/stage1-ppc-2008.0
|
||||
portage_confdir: /release/releng/releases/weekly/portage/stages
|
||||
portage_confdir: @GITDIR@releases/weekly/portage/stages
|
||||
|
|
|
@ -5,4 +5,4 @@ rel_type: default
|
|||
profile: default/linux/powerpc/ppc32/13.0
|
||||
snapshot: 2008.0
|
||||
source_subpath: default/stage2-ppc-2008.0
|
||||
portage_confdir: /release/releng/releases/weekly/portage/stages
|
||||
portage_confdir: @GITDIR@releases/weekly/portage/stages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue