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: ia64
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: livecd-stage1
|
||||
rel_type: default
|
||||
profile: default/linux/ia64/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage3-ia64-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-ia64-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
subarch: ia64
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: livecd-stage2
|
||||
rel_type: default
|
||||
profile: default/linux/ia64/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/livecd-stage1-ia64-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/livecd-stage1-ia64-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||
|
||||
livecd/bootargs: dokeymap
|
||||
livecd/fstype: squashfs
|
||||
livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-latest.iso
|
||||
livecd/iso: /home/catalyst/builds/default/install-ia64-minimal-@TIMESTAMP@.iso
|
||||
livecd/type: gentoo-release-minimal
|
||||
livecd/volid: Gentoo ia64 latest
|
||||
livecd/volid: Gentoo ia64 @TIMESTAMP@
|
||||
|
||||
boot/kernel: gentoo
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
subarch: ia64
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage1
|
||||
rel_type: default
|
||||
profile: default/linux/ia64/17.0
|
||||
snapshot: latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-ia64-latest
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: ia64
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage2
|
||||
rel_type: default
|
||||
profile: default/linux/ia64/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-ia64-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-ia64-@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: ia64
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage3
|
||||
rel_type: default
|
||||
profile: default/linux/ia64/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-ia64-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-ia64-@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