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,9 +1,9 @@
|
|||
subarch: g4
|
||||
target: stage2
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/powerpc/ppc32/17.0/
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-ppc-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-ppc-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
subarch: g4
|
||||
target: stage3
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
rel_type: default
|
||||
profile: default/linux/powerpc/ppc32/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage2-g4-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage2-g4-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue