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:
Mike Frysinger 2016-03-20 16:14:42 -04:00
parent 0f867a3dfd
commit 6a2361a8ea
27 changed files with 32 additions and 20 deletions

View file

@ -6,4 +6,4 @@ profile: default/linux/powerpc/ppc64/13.0/32bit-userland
snapshot: 2008.0
source_subpath: default/stage3-ppc64-32ul-latest
chost: powerpc-unknown-linux-gnu
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages

View file

@ -5,4 +5,4 @@ rel_type: default
profile: default/linux/powerpc/ppc64/13.0/64bit-userland
snapshot: 2008.0
source_subpath: default/stage3-ppc64-64ul-latest
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages

View file

@ -6,4 +6,4 @@ profile: default/linux/powerpc/ppc64/13.0/32bit-userland
snapshot: 2008.0
source_subpath: default/stage1-ppc64-32ul-2008.0
chost: powerpc-unknown-linux-gnu
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages

View file

@ -5,4 +5,4 @@ rel_type: default
profile: default/linux/powerpc/ppc64/13.0/64bit-userland
snapshot: 2008.0
source_subpath: default/stage1-ppc64-64ul-2008.0
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages

View file

@ -5,4 +5,4 @@ rel_type: default
profile: default/linux/powerpc/ppc64/13.0/32bit-userland
snapshot: 2008.0
source_subpath: default/stage2-ppc64-32ul-2008.0
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages

View file

@ -5,4 +5,4 @@ rel_type: default
profile: default/linux/powerpc/ppc64/13.0/64bit-userland
snapshot: 2008.0
source_subpath: default/stage2-ppc64-64ul-2008.0
portage_confdir: /release/releng/releases/weekly/portage/stages
portage_confdir: @GITDIR@releases/weekly/portage/stages