Skip to content

Commit

Permalink
Merge pull request #235 from arizvisa/GH-229-split
Browse files Browse the repository at this point in the history
Added support for specifying additional floppy/_packer_config*.cmd files as part of PR #229.
  • Loading branch information
arizvisa authored Mar 6, 2020
2 parents 80f4ef7 + 75f2025 commit 3d93aa8
Show file tree
Hide file tree
Showing 89 changed files with 358 additions and 348 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rspec_html_reports

.DS_Store

floppy/_packer_config_*.cmd

*.*.json
floppy/*.*.*
script/*.*.*
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ You can also override these setting, such as with

WIN81_X64_PRO := file:///Volumes/MSDN/en_windows_8.1_professional_vl_with_update_x64_dvd_4065194.iso

### Packer Global Configuration

`floppy/_packer_config.cmd` can set configuration globally for initial install and each shell provisioner. See [floppy/_packer_config.cmd](./floppy/_packer_config.cmd) for additional details.

You can add additional `floppy/_packer_config_*.cmd` files. These files will be ignored by Git.

`floppy/_packer_config*.cmd` will be executed in alpabetical order during initial install and at the beginning of each shell provisioner script if the script supports loading them.

### Acknowledgments

[Parallels](http://www.parallels.com/) provides a Business Edition license of
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -49,7 +49,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -96,7 +96,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -131,7 +131,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -49,7 +49,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -96,7 +96,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down Expand Up @@ -131,7 +131,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/cygwin.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win10x86-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -48,7 +48,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -94,7 +94,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -128,7 +128,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/_post_update_install.bat",
"{{template_dir}}/floppy/autologon.bat",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/install-winrm.cmd",
"{{template_dir}}/floppy/openssh.bat",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -44,7 +44,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -79,7 +79,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down Expand Up @@ -110,7 +110,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/disablewinupdate.bat",
"{{template_dir}}/floppy/fixnetwork.ps1",
"{{template_dir}}/floppy/install-winrm.cmd",
Expand Down
8 changes: 4 additions & 4 deletions eval-win2008r2-standard-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -43,7 +43,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -77,7 +77,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down Expand Up @@ -107,7 +107,7 @@
"{{template_dir}}/floppy/00-run-all-scripts.cmd",
"{{template_dir}}/floppy/01-install-wget.cmd",
"{{template_dir}}/floppy/_download.cmd",
"{{template_dir}}/floppy/_packer_config.cmd",
"{{template_dir}}/floppy/_packer_config*.cmd",
"{{template_dir}}/floppy/cygwin.bat",
"{{template_dir}}/floppy/cygwin.sh",
"{{template_dir}}/floppy/disablewinupdate.bat",
Expand Down
Loading

0 comments on commit 3d93aa8

Please sign in to comment.