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,10 +1,10 @@
|
|||
subarch: i686
|
||||
target: stage2
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
rel_type: hardened
|
||||
profile: hardened/linux/x86
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage1-x86-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage1-x86-hardened-@TIMESTAMP@
|
||||
chost: i686-pc-linux-gnu
|
||||
cflags: -mtune=i686 -O2 -pipe -fforce-addr
|
||||
portage_prefix: releng
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
subarch: i686
|
||||
target: stage3
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
rel_type: hardened
|
||||
profile: hardened/linux/x86
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage2-i686-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage2-i686-hardened-@TIMESTAMP@
|
||||
portage_prefix: releng
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue