commit: 1652029114894e0709bd38fa33a2854003ef6add Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Thu Mar 24 04:25:35 2016 +0000 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 04:25:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=16520291
Don't hardcode format for source_subpath. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec | 2 +- releases/weekly/specs/amd64/hardened/stage1-selinux.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec b/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec index b858332..3da83f9 100644 --- a/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec +++ b/releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec @@ -4,7 +4,7 @@ version_stamp: hardened-selinux+nomultilib-latest rel_type: hardened profile: hardened/linux/amd64/no-multilib/selinux snapshot: latest -source_subpath: hardened/stage3-amd64-hardened-selinux+nomultilib-latest.tar.xz +source_subpath: hardened/stage3-amd64-hardened-selinux+nomultilib-latest update_seed: yes update_seed_command: --update --deep @world portage_confdir: /release/releng/releases/weekly/portage/stages diff --git a/releases/weekly/specs/amd64/hardened/stage1-selinux.spec b/releases/weekly/specs/amd64/hardened/stage1-selinux.spec index 1bdbd65..43ddd75 100644 --- a/releases/weekly/specs/amd64/hardened/stage1-selinux.spec +++ b/releases/weekly/specs/amd64/hardened/stage1-selinux.spec @@ -4,7 +4,7 @@ version_stamp: hardened-selinux-latest rel_type: hardened profile: hardened/linux/amd64/selinux snapshot: latest -source_subpath: hardened/stage3-amd64-hardened-selinux-latest.tar.xz +source_subpath: hardened/stage3-amd64-hardened-selinux-latest update_seed: yes update_seed_command: --update --deep @world portage_confdir: /release/releng/releases/weekly/portage/stages
