From a83a34fd40c537163adada7e00cfbeb24aa53b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 13 Apr 2016 15:12:28 +0200 Subject: [PATCH] [ostree-installer] Fix example documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no `compose_date`, the field is called just `date`. Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 2 +- tests/test_ostree_installer_phase.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 94704aee..03c21da5 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1023,7 +1023,7 @@ Example config "x86_64": { "source_repo_from": "Everything", "release": None, - "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(compose_date)s.iso", + "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso", "installpkgs": ["fedora-productimg-atomic"], "add_template": ["atomic-installer/lorax-configure-repo.tmpl"], "add_template_var": [ diff --git a/tests/test_ostree_installer_phase.py b/tests/test_ostree_installer_phase.py index 34489a7f..45643dad 100644 --- a/tests/test_ostree_installer_phase.py +++ b/tests/test_ostree_installer_phase.py @@ -23,7 +23,7 @@ class OstreeInstallerPhaseTest(helpers.PungiTestCase): "x86_64": { "source_repo_from": "Everything", "release": None, - "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(compose_date)s.iso", + "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso", "installpkgs": ["fedora-productimg-atomic"], "add_template": ["/spin-kickstarts/atomic-installer/lorax-configure-repo.tmpl"], "add_template_var": [