Skip to content

Commit

Permalink
Get omnios boxes building again
Browse files Browse the repository at this point in the history
use the new scripts for VMs
update the checksums since omniti keeps rereleasing ISOs without new versions

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Oct 5, 2016
1 parent 1c23471 commit fdea172
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions omnios-r151014.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
"execute_command": "export {{.Vars}} && sh '{{.Path}}'",
"scripts": [
"scripts/common/metadata.sh",
"scripts/omnios/vmtools.sh",
"scripts/common/virtualbox.sh",
"scripts/common/vmware.sh",
"scripts/common/parallels.sh",
"scripts/omnios/postinstall.sh"
],
"type": "shell"
Expand All @@ -223,7 +225,7 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "16fd303c81521db72fe6b0b5e891cffb5f9caa60",
"iso_checksum": "a19c8b0c0b84d4903ea697c5038249dcfb64efd5",
"iso_checksum_type": "sha1",
"iso_name": "OmniOS_Text_r151014.iso",
"memory": "1024",
Expand Down
6 changes: 4 additions & 2 deletions omnios-r151018.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
"execute_command": "export {{.Vars}} && sh '{{.Path}}'",
"scripts": [
"scripts/common/metadata.sh",
"scripts/omnios/vmtools.sh",
"scripts/common/virtualbox.sh",
"scripts/common/vmware.sh",
"scripts/common/parallels.sh",
"scripts/omnios/postinstall.sh"
],
"type": "shell"
Expand All @@ -223,7 +225,7 @@
"headless": "",
"http_proxy": "{{env `http_proxy`}}",
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "5378cfdf9c7197c886231eb622bd9b19de597dba",
"iso_checksum": "accb4dec37021e47414c6b64929ef1b8e1f2d6d9",
"iso_checksum_type": "sha1",
"iso_name": "OmniOS_Text_r151018.iso",
"memory": "1024",
Expand Down

0 comments on commit fdea172

Please sign in to comment.