Skip to content

Commit

Permalink
Merge pull request #100 from someara/debian-6.0.8
Browse files Browse the repository at this point in the history
Debian 6.0.8
  • Loading branch information
juliandunn committed Oct 29, 2013
2 parents 869982e + 3fa5285 commit 6c282fa
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian_64",
"http_directory": "http",
"iso_checksum": "33877b8bff3a7def4ba1b551615d8459a3a7b268",
"iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/amd64/iso-cd/debian-6.0.8-amd64-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5-64",
"http_directory": "http",
"iso_checksum": "33877b8bff3a7def4ba1b551615d8459a3a7b268",
"iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/amd64/iso-cd/debian-6.0.8-amd64-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-6.0.7_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-6.0.8_provisionerless.box"
}
],
"provisioners": [
Expand Down
14 changes: 7 additions & 7 deletions packer/debian-6.0.7-i386.json → packer/debian-6.0.8-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian",
"http_directory": "http",
"iso_checksum": "de0d9ce1eb8d238dd3747a28586655b526b398a2",
"iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/i386/iso-cd/debian-6.0.8-i386-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.7/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-6.0.8/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5",
"http_directory": "http",
"iso_checksum": "de0d9ce1eb8d238dd3747a28586655b526b398a2",
"iso_checksum": "144194cea77f0e527fd07bd6aa28d1ab50cb5a95",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/cdimage/archive/6.0.8/i386/iso-cd/debian-6.0.8-i386-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-6.0.7-i386_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-6.0.8-i386_provisionerless.box"
}
],
"provisioners": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian_64",
"http_directory": "http",
"iso_checksum": "a294e443f3bd09414b4c314f1328c170620f879f",
"iso_checksum": "c7c1e2bf7ec4760b9fecf77fefa6062b73330359",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/amd64/iso-cd/debian-7.2.0-amd64-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5-64",
"http_directory": "http",
"iso_checksum": "a294e443f3bd09414b4c314f1328c170620f879f",
"iso_checksum": "c7c1e2bf7ec4760b9fecf77fefa6062b73330359",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/amd64/iso-cd/debian-7.2.0-amd64-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.1.0_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.2.0_provisionerless.box"
}
],
"provisioners": [
Expand Down
14 changes: 7 additions & 7 deletions packer/debian-7.1.0-i386.json → packer/debian-7.2.0-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -23,9 +23,9 @@
"disk_size": 40960,
"guest_os_type": "Debian",
"http_directory": "http",
"iso_checksum": "fecd8856e6cf5e248a52e31deb9ebb0e61129f82",
"iso_checksum": "011d42505fdafeb9be2bd0379a12d4042f24cfd5",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/i386/iso-cd/debian-7.1.0-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-cd/debian-7.2.0-i386-CD-1.iso",
"tools_upload_flavor": "linux",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
Expand All @@ -44,7 +44,7 @@
"boot_command": [
"<esc><wait>",
"install <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.1.0/preseed.cfg <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/debian-7.2.0/preseed.cfg <wait>",
"debian-installer=en_US <wait>",
"auto <wait>",
"locale=en_US <wait>",
Expand All @@ -62,9 +62,9 @@
"disk_size": 40960,
"guest_os_type": "debian5",
"http_directory": "http",
"iso_checksum": "fecd8856e6cf5e248a52e31deb9ebb0e61129f82",
"iso_checksum": "011d42505fdafeb9be2bd0379a12d4042f24cfd5",
"iso_checksum_type": "sha1",
"iso_url": "http://cdimage.debian.org/debian-cd/7.1.0/i386/iso-cd/debian-7.1.0-i386-CD-1.iso",
"iso_url": "http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-cd/debian-7.2.0-i386-CD-1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand All @@ -80,7 +80,7 @@
"post-processors": [
{
"type": "vagrant",
"output": "../builds/{{.Provider}}/opscode_debian-7.1.0-i386_provisionerless.box"
"output": "../builds/{{.Provider}}/opscode_debian-7.2.0-i386_provisionerless.box"
}
],
"provisioners": [
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6c282fa

Please sign in to comment.