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 <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2016-08-04 13:20:46 +01:00
parent 6ea5fb4e72
commit 3ac05926d0

View File

@ -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'
}
],
}