From 72e0c044413cb29a2a4c8f74e9b661514df7e081 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 18 May 2017 10:53:38 +0200 Subject: slight change in output directory --- ubuntu-16.04-amd64.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ubuntu-16.04-amd64.json b/ubuntu-16.04-amd64.json index 67842ed..54a3761 100644 --- a/ubuntu-16.04-amd64.json +++ b/ubuntu-16.04-amd64.json @@ -14,7 +14,7 @@ "iso_url": "{{ user `iso_url` }}", "iso_checksum": "{{ user `iso_checksum` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", - "output_directory": "{{ build_type }}", + "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}", "vm_name": "{{ user `vm_name` }}", "disk_size": "{{ user `disk_size` }}", "format": "qcow2", @@ -56,7 +56,7 @@ "iso_url": "{{ user `iso_url` }}", "iso_checksum": "{{ user `iso_checksum` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", - "output_directory": "{{ build_type }}", + "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}", "vm_name": "{{ user `vm_name` }}", "disk_size": "{{ user `disk_size` }}", "headless": "{{ user `headless` }}", @@ -97,7 +97,7 @@ "iso_url": "{{ user `iso_url` }}", "iso_checksum": "{{ user `iso_checksum` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", - "output_directory": "{{ build_type }}", + "output_directory": "output-{{ user `vm_name` }}-{{ build_type }}", "vm_name": "{{ user `vm_name` }}", "disk_size": "{{ user `disk_size` }}", "headless": "{{ user `headless` }}", @@ -135,6 +135,6 @@ }], "post-processors": [{ "type": "manifest", - "output": "{{ build_type }}/manifest.json" + "output": "output-{{ user `vm_name` }}-{{ build_type }}/manifest.json" }] } -- cgit v1.2.3-55-g7522