Skip to content

Commit

Permalink
Make sure to update checksums and ISOs for vmware-iso builder too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Mar 14, 2014
1 parent 961ddda commit d727284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packer/ubuntu-12.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"disk_size": 40960,
"guest_os_type": "ubuntu-64",
"http_directory": "http",
"iso_checksum": "4e36c272dde245cfadf14ff8895566571a38f4d2",
"iso_checksum": "b802bb065df98c0530d782eb94778c2da19e10d6",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/12.04/ubuntu-12.04.3-server-amd64.iso",
"iso_url": "{{user `mirror`}}/12.04/ubuntu-12.04.4-server-amd64.iso",
"output_directory": "packer-ubuntu-12.04-amd64-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down
4 changes: 2 additions & 2 deletions packer/ubuntu-12.04-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"disk_size": 40960,
"guest_os_type": "ubuntu",
"http_directory": "http",
"iso_checksum": "2ec0e913959f6c2ba7a558e8bfa361428bb00e56",
"iso_checksum": "3bae12e315c89d42d7bf571e4e35efce585c7624",
"iso_checksum_type": "sha1",
"iso_url": "{{user `mirror`}}/12.04/ubuntu-12.04.3-server-i386.iso",
"iso_url": "{{user `mirror`}}/12.04/ubuntu-12.04.4-server-i386.iso",
"output_directory": "packer-ubuntu-12.04-i386-vmware",
"shutdown_command": "echo 'vagrant'|sudo -S shutdown -P now",
"ssh_password": "vagrant",
Expand Down

0 comments on commit d727284

Please sign in to comment.