diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2016-03-24 04:25:35 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2016-03-24 04:25:35 +0000 |
commit | 1652029114894e0709bd38fa33a2854003ef6add (patch) | |
tree | 8137263fb24d03ac9c4bc71d22b9391f93b90a3d | |
parent | Whitespace. (diff) | |
download | releng-1652029114894e0709bd38fa33a2854003ef6add.tar.gz releng-1652029114894e0709bd38fa33a2854003ef6add.tar.bz2 releng-1652029114894e0709bd38fa33a2854003ef6add.zip |
Don't hardcode format for source_subpath.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r-- | releases/weekly/specs/amd64/hardened/stage1-selinux-nomultilib.spec | 2 | ||||
-rw-r--r-- | 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 b8583321..3da83f96 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 1bdbd659..43ddd750 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 |