diff --git a/packer/debian-6.0.9-amd64.json b/packer/debian-6.0.10-amd64.json similarity index 84% rename from packer/debian-6.0.9-amd64.json rename to packer/debian-6.0.10-amd64.json index 45b675c5b..17b51d812 100644 --- a/packer/debian-6.0.9-amd64.json +++ b/packer/debian-6.0.10-amd64.json @@ -28,10 +28,10 @@ "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "guest_os_type": "Debian_64", "http_directory": "http", - "iso_checksum": "3f3ec3e1adb4c2904a1234799f4775c10cf47cce", + "iso_checksum": "f3e70528664f174a121b26491c59cd66daaf8274", "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/6.0.9/amd64/iso-cd/debian-6.0.9-amd64-CD-1.iso", - "output_directory": "packer-debian-6.0.9-amd64-virtualbox", + "iso_url": "{{user `mirror`}}/6.0.10/amd64/iso-cd/debian-6.0.10-amd64-CD-1.iso", + "output_directory": "packer-debian-6.0.10-amd64-virtualbox", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", "ssh_password": "vagrant", "ssh_port": 22, @@ -42,7 +42,7 @@ [ "modifyvm", "{{.Name}}", "--cpus", "1" ] ], "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-debian-6.0.9-amd64" + "vm_name": "packer-debian-6.0.10-amd64" }, { "type": "vmware-iso", @@ -67,17 +67,17 @@ "disk_size": 40960, "guest_os_type": "debian5-64", "http_directory": "http", - "iso_checksum": "3f3ec3e1adb4c2904a1234799f4775c10cf47cce", + "iso_checksum": "f3e70528664f174a121b26491c59cd66daaf8274", "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/6.0.9/amd64/iso-cd/debian-6.0.9-amd64-CD-1.iso", - "output_directory": "packer-debian-6.0.9-amd64-vmware", + "iso_url": "{{user `mirror`}}/6.0.10/amd64/iso-cd/debian-6.0.10-amd64-CD-1.iso", + "output_directory": "packer-debian-6.0.10-amd64-vmware", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", "ssh_password": "vagrant", "ssh_port": 22, "ssh_username": "vagrant", "ssh_wait_timeout": "10000s", "tools_upload_flavor": "linux", - "vm_name": "packer-debian-6.0.9-amd64", + "vm_name": "packer-debian-6.0.10-amd64", "vmx_data": { "cpuid.coresPerSocket": "1", "memsize": "384", @@ -88,7 +88,7 @@ "post-processors": [ { "type": "vagrant", - "output": "../builds/{{.Provider}}/opscode_debian-6.0.9_chef-{{user `chef_version`}}.box" + "output": "../builds/{{.Provider}}/opscode_debian-6.0.10_chef-{{user `chef_version`}}.box" } ], "provisioners": [ diff --git a/packer/debian-6.0.9-i386.json b/packer/debian-6.0.10-i386.json similarity index 84% rename from packer/debian-6.0.9-i386.json rename to packer/debian-6.0.10-i386.json index 0aeb38341..9db2dc748 100644 --- a/packer/debian-6.0.9-i386.json +++ b/packer/debian-6.0.10-i386.json @@ -28,10 +28,10 @@ "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "guest_os_type": "Debian", "http_directory": "http", - "iso_checksum": "bc2886211bce0e9c54bdf779f21a35d5e5a122fd", + "iso_checksum": "e8f77720e30f669e731fe3166ad6c3d2da33d93a", "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/6.0.9/i386/iso-cd/debian-6.0.9-i386-CD-1.iso", - "output_directory": "packer-debian-6.0.9-i386-virtualbox", + "iso_url": "{{user `mirror`}}/6.0.10/i386/iso-cd/debian-6.0.10-i386-CD-1.iso", + "output_directory": "packer-debian-6.0.10-i386-virtualbox", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", "ssh_password": "vagrant", "ssh_port": 22, @@ -42,7 +42,7 @@ [ "modifyvm", "{{.Name}}", "--cpus", "1" ] ], "virtualbox_version_file": ".vbox_version", - "vm_name": "packer-debian-6.0.9-i386" + "vm_name": "packer-debian-6.0.10-i386" }, { "type": "vmware-iso", @@ -67,17 +67,17 @@ "disk_size": 40960, "guest_os_type": "debian5", "http_directory": "http", - "iso_checksum": "bc2886211bce0e9c54bdf779f21a35d5e5a122fd", + "iso_checksum": "e8f77720e30f669e731fe3166ad6c3d2da33d93a", "iso_checksum_type": "sha1", - "iso_url": "{{user `mirror`}}/6.0.9/i386/iso-cd/debian-6.0.9-i386-CD-1.iso", - "output_directory": "packer-debian-6.0.9-i386-vmware", + "iso_url": "{{user `mirror`}}/6.0.10/i386/iso-cd/debian-6.0.10-i386-CD-1.iso", + "output_directory": "packer-debian-6.0.10-i386-vmware", "shutdown_command": "echo 'vagrant'|sudo -S /sbin/shutdown -hP now", "ssh_password": "vagrant", "ssh_port": 22, "ssh_username": "vagrant", "ssh_wait_timeout": "10000s", "tools_upload_flavor": "linux", - "vm_name": "packer-debian-6.0.9-i386", + "vm_name": "packer-debian-6.0.10-i386", "vmx_data": { "cpuid.coresPerSocket": "1", "memsize": "384", @@ -88,7 +88,7 @@ "post-processors": [ { "type": "vagrant", - "output": "../builds/{{.Provider}}/opscode_debian-6.0.9-i386_chef-{{user `chef_version`}}.box" + "output": "../builds/{{.Provider}}/opscode_debian-6.0.10-i386_chef-{{user `chef_version`}}.box" } ], "provisioners": [