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
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: livecd-stage1
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage3-i686-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage3-i686-hardened-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
subarch: i686
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: livecd-stage2
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/livecd-stage1-i686-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/livecd-stage1-i686-@TIMESTAMP@
|
||||
portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||
|
||||
livecd/bootargs: dokeymap
|
||||
livecd/fstype: squashfs
|
||||
livecd/iso: admincd-x86-latest.iso
|
||||
livecd/iso: admincd-x86-@TIMESTAMP@.iso
|
||||
livecd/type: gentoo-release-minimal
|
||||
livecd/volid: Gentoo x86 AdminCD latest
|
||||
livecd/volid: Gentoo x86 AdminCD @TIMESTAMP@
|
||||
|
||||
boot/kernel: gentoo
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: x86
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
target: livecd-stage1
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage3-x86-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage3-x86-hardened-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
livecd/use:
|
||||
-*
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
subarch: x86
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
target: livecd-stage2
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/livecd-stage1-x86-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/livecd-stage1-x86-hardened-@TIMESTAMP@
|
||||
|
||||
livecd/bootargs: dokeymap
|
||||
#livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
|
||||
livecd/fstype: squashfs
|
||||
livecd/iso: install-x86-minimal-latest.iso
|
||||
livecd/iso: install-x86-minimal-@TIMESTAMP@.iso
|
||||
livecd/type: gentoo-release-minimal
|
||||
livecd/volid: Gentoo x86 latest
|
||||
livecd/volid: Gentoo x86 @TIMESTAMP@
|
||||
|
||||
boot/kernel: gentoo
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
subarch: i686
|
||||
target: stage1
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage3-i686-hardened-latest
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: i686
|
||||
target: stage2
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage1-i686-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage1-i686-hardened-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: i686
|
||||
target: stage3
|
||||
version_stamp: hardened-latest
|
||||
version_stamp: hardened-@TIMESTAMP@
|
||||
rel_type: hardened
|
||||
profile: default/linux/x86/17.0/hardened
|
||||
snapshot: latest
|
||||
source_subpath: hardened/stage2-i686-hardened-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: hardened/stage2-i686-hardened-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue