From 16f8055c54317b4dfb19e3296be871d42b53d303 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Sep 22 2016 12:49:38 +0000 Subject: Update configuration for pungi 4.1.9 Signed-off-by: Lubomír Sedlář Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index bf25e9c..16a6a6e 100644 --- a/fedora.conf +++ b/fedora.conf @@ -59,8 +59,6 @@ greedy_method = 'build' #gather_source_mapping = '/path/to/mapping.json' -link_type = 'hardlink-or-copy' - # CREATEREPO createrepo_c = True createrepo_checksum = 'sha256' @@ -276,7 +274,6 @@ global_target = 'f26' image_build = { '^Docker$': [ { - 'failable': ['*'], 'image-build': { 'format': [('docker', 'tar.xz')] 'name': 'Fedora-Docker-Base', @@ -287,12 +284,12 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Docker_Base' + 'failable': ['*'], } } ], '^CloudImages$': [ { - 'failable': ['*'], 'image-build': { 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] 'name': 'Fedora-Cloud-Base', @@ -303,10 +300,10 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Cloud_Base' + 'failable': ['*'], } }, { - 'failable': ['*'], 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] 'name': 'Fedora-Cloud-Base-Vagrant', @@ -317,10 +314,13 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Cloud_Base', + 'failable': ['*'], } + 'factory-parameters': { + 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + } }, { - 'failable': ['*'], 'image-build': { 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] 'name': 'Fedora-Atomic', @@ -331,10 +331,10 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Atomic' + 'failable': ['*'], } }, { - 'failable': ['*'], 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] 'name': 'Fedora-Atomic-Vagrant', @@ -345,6 +345,7 @@ image_build = { 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Atomic' + 'failable': ['*'], } 'factory-parameters': { 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync'