From 3ac05926d049d853b56aeebf0cb98892dc8d9d6c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 4 Aug 2016 13:20:46 +0100 Subject: [PATCH] Add an options to pass a factory parameter to koji builds for Vagrant. It's not perfect as vagrant_sync_directory gets set for all Cloud images but it should not have any material effect on the non vagrant build process. Signed-off-by: Peter Robinson --- fedora.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 5142471..6f5c7fc 100644 --- a/fedora.conf +++ b/fedora.conf @@ -322,7 +322,6 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Cloud_Base', - 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' } }, { @@ -350,6 +349,9 @@ image_build = { 'install_tree_from': 'Cloud', 'subvariant': 'Atomic' } + }, + 'factory-parameters': { + 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' } ], }