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,7 +1,7 @@
|
|||
# S390 Netboot spec file, based in HPPA Netboot spec file by Guy Martin
|
||||
version_stamp: latest
|
||||
snapshot: latest
|
||||
source_subpath: default/stage3-s390-latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-s390-@TIMESTAMP@
|
||||
pkgcache_path: /var/tmp/catalyst/packages/default/netboot2-s390
|
||||
|
||||
# these shouldn't change
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
subarch: s390
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage1
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0
|
||||
snapshot: latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-s390-latest
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world --jobs 2 --load-average 2
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: s390
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage2
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-s390-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-s390-@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: s390
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage3
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-s390-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-s390-@TIMESTAMP@
|
||||
compression_mode: pixz_x
|
||||
decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# S390 Netboot spec file, based in HPPA Netboot spec file by Guy Martin
|
||||
version_stamp: latest
|
||||
snapshot: latest
|
||||
source_subpath: default/stage3-s390x-latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-s390x-@TIMESTAMP@
|
||||
pkgcache_path: /var/tmp/catalyst/packages/default/netboot2-s390x
|
||||
|
||||
# these shouldn't change
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
subarch: s390x
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage1
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0/s390x
|
||||
snapshot: latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage3-s390x-latest
|
||||
update_seed: yes
|
||||
update_seed_command: --update --deep @world --jobs 2 --load-average 2
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
subarch: s390x
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage2
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0/s390x
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-s390x-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-s390x-@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: s390x
|
||||
version_stamp: latest
|
||||
version_stamp: @TIMESTAMP@
|
||||
target: stage3
|
||||
rel_type: default
|
||||
profile: default/linux/s390/17.0/s390x
|
||||
snapshot: latest
|
||||
source_subpath: default/stage1-s390x-latest
|
||||
snapshot: @TIMESTAMP@
|
||||
source_subpath: default/stage1-s390x-@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