specs: Replace 'latest' with @TIMESTAMP@
... except in stage1's source_subpath, which actually should be literally "latest". Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
94d43f6444
commit
51610fd582
199 changed files with 593 additions and 593 deletions
|
@ -1,6 +1,6 @@
|
|||
subarch: arm64
|
||||
target: stage1
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/arm64/17.0
|
||||
snapshot: current
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: arm64
|
||||
target: stage2
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/arm64/17.0
|
||||
snapshot: current
|
||||
source_subpath: default/stage1-arm64-latest
|
||||
source_subpath: default/stage1-arm64-@TIMESTAMP@
|
||||
pkgcache_path: /var/tmp/catalyst/packages/stage2
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: arm64
|
||||
target: stage3
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/arm64/17.0
|
||||
snapshot: current
|
||||
source_subpath: default/stage2-arm64-latest
|
||||
source_subpath: default/stage2-arm64-@TIMESTAMP@
|
||||
pkgcache_path: /var/tmp/catalyst/packages/stage3
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
subarch: arm64
|
||||
target: stage4
|
||||
version_stamp: minimal-latest
|
||||
version_stamp: minimal-@TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/arm64/17.0
|
||||
snapshot: current
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
source_subpath: default/stage3-arm64-latest
|
||||
source_subpath: default/stage3-arm64-@TIMESTAMP@
|
||||
#portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||
|
||||
stage4/use:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue