From df1baf55c39d63bdec67bb62f501d57774617fd2 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: May 18 2017 22:02:05 +0000 Subject: cloud/atomic: give appropriate factory-parameters to koji In koji there are ova-options and also factory-parameters. We can pass ova-options to koji and also factory-parameters but we can't pass ova-options as a factory-parameter. We just need to pass in the vagrant_sync_directory as a factory parameter. Fixes https://pagure.io/atomic-wg/issue/181 Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index 7009b16..ba37367 100644 --- a/fedora.conf +++ b/fedora.conf @@ -354,7 +354,7 @@ image_build = { 'failable': ['*'], }, 'factory-parameters': { - 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + 'vagrant_sync_directory': '/home/vagrant/sync', } }, { @@ -385,7 +385,7 @@ image_build = { 'failable': ['*'], }, 'factory-parameters': { - 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + 'vagrant_sync_directory': '/home/vagrant/sync', } }, ],