This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
0
You've already forked packer-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Re-arrange directory structure for merge.
Browse Source
...
This commit is contained in:
Chris Doherty
2019-12-09 17:12:31 -08:00
parent
4ec004e18e
commit
ffcae91e8e
80 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
.gitignore → builder/vsphere/.gitignore
vendored
Unescape
Escape
View File
0
LICENSE.txt → builder/vsphere/LICENSE.txt
Unescape
Escape
View File
0
Makefile → builder/vsphere/Makefile
Unescape
Escape
View File
0
README.md → builder/vsphere/README.md
Unescape
Escape
View File
0
clone/builder.go → builder/vsphere/clone/builder.go
Unescape
Escape
View File
0
clone/builder_acc_test.go → builder/vsphere/clone/builder_acc_test.go
Unescape
Escape
View File
0
clone/builder_test.go → builder/vsphere/clone/builder_test.go
Unescape
Escape
View File
0
clone/config.go → builder/vsphere/clone/config.go
Unescape
Escape
View File
0
clone/config_test.go → builder/vsphere/clone/config_test.go
Unescape
Escape
View File
0
clone/leak_test.go → builder/vsphere/clone/leak_test.go
Unescape
Escape
View File
0
clone/step_clone.go → builder/vsphere/clone/step_clone.go
Unescape
Escape
View File
0
cmd/clone/main.go → builder/vsphere/cmd/clone/main.go
Unescape
Escape
View File
0
cmd/iso/main.go → builder/vsphere/cmd/iso/main.go
Unescape
Escape
View File
0
common/artifact.go → builder/vsphere/common/artifact.go
Unescape
Escape
View File
0
common/config_location.go → builder/vsphere/common/config_location.go
Unescape
Escape
View File
0
common/config_ssh.go → builder/vsphere/common/config_ssh.go
Unescape
Escape
View File
0
common/step_config_params.go → builder/vsphere/common/step_config_params.go
Unescape
Escape
View File
0
common/step_connect.go → builder/vsphere/common/step_connect.go
Unescape
Escape
View File
0
common/step_hardware.go → builder/vsphere/common/step_hardware.go
Unescape
Escape
View File
0
common/step_run.go → builder/vsphere/common/step_run.go
Unescape
Escape
View File
0
common/step_shutdown.go → builder/vsphere/common/step_shutdown.go
Unescape
Escape
View File
0
common/step_snapshot.go → builder/vsphere/common/step_snapshot.go
Unescape
Escape
View File
0
common/step_template.go → builder/vsphere/common/step_template.go
Unescape
Escape
View File
0
common/step_wait_for_ip.go → builder/vsphere/common/step_wait_for_ip.go
Unescape
Escape
View File
0
common/testing/utility.go → builder/vsphere/common/testing/utility.go
Unescape
Escape
View File
0
docker-compose.yml → builder/vsphere/docker-compose.yml
Unescape
Escape
View File
0
driver/datastore.go → builder/vsphere/driver/datastore.go
Unescape
Escape
View File
0
driver/datastore_acc_test.go → builder/vsphere/driver/datastore_acc_test.go
Unescape
Escape
View File
0
driver/driver.go → builder/vsphere/driver/driver.go
Unescape
Escape
View File
0
driver/driver_test.go → builder/vsphere/driver/driver_test.go
Unescape
Escape
View File
0
driver/folder.go → builder/vsphere/driver/folder.go
Unescape
Escape
View File
0
driver/folder_acc_test.go → builder/vsphere/driver/folder_acc_test.go
Unescape
Escape
View File
0
driver/host.go → builder/vsphere/driver/host.go
Unescape
Escape
View File
0
driver/host_acc_test.go → builder/vsphere/driver/host_acc_test.go
Unescape
Escape
View File
0
driver/leak_test.go → builder/vsphere/driver/leak_test.go
Unescape
Escape
View File
0
driver/network.go → builder/vsphere/driver/network.go
Unescape
Escape
View File
0
driver/resource_pool.go → builder/vsphere/driver/resource_pool.go
Unescape
Escape
View File
0
driver/resource_pool_acc_test.go → builder/vsphere/driver/resource_pool_acc_test.go
Unescape
Escape
View File
0
driver/vm.go → builder/vsphere/driver/vm.go
Unescape
Escape
View File
0
driver/vm_cdrom.go → builder/vsphere/driver/vm_cdrom.go
Unescape
Escape
View File
0
driver/vm_clone_acc_test.go → builder/vsphere/driver/vm_clone_acc_test.go
Unescape
Escape
View File
0
driver/vm_create_acc_test.go → builder/vsphere/driver/vm_create_acc_test.go
Unescape
Escape
View File
0
driver/vm_keyboard.go → builder/vsphere/driver/vm_keyboard.go
Unescape
Escape
View File
0
examples/alpine/alpine-3.8.json → builder/vsphere/examples/alpine/alpine-3.8.json
Unescape
Escape
View File
0
examples/alpine/answerfile → builder/vsphere/examples/alpine/answerfile
Unescape
Escape
View File
0
examples/alpine/setup.sh → builder/vsphere/examples/alpine/setup.sh
Unescape
Escape
View File
0
examples/clone/alpine.json → builder/vsphere/examples/clone/alpine.json
Unescape
Escape
View File
0
examples/driver/main.go → builder/vsphere/examples/driver/main.go
Unescape
Escape
View File
0
examples/macos/macos-10.13.json → builder/vsphere/examples/macos/macos-10.13.json
Unescape
Escape
View File
0
examples/macos/setup/.gitignore → builder/vsphere/examples/macos/setup/.gitignore
vendored
Unescape
Escape
View File
0
examples/macos/setup/iso-macos.sh → builder/vsphere/examples/macos/setup/iso-macos.sh
Unescape
Escape
View File
0
examples/macos/setup/iso-setup.sh → builder/vsphere/examples/macos/setup/iso-setup.sh
Unescape
Escape
View File
0
examples/macos/setup/postinstall → builder/vsphere/examples/macos/setup/postinstall
Unescape
Escape
View File
0
examples/macos/setup/setup.sh → builder/vsphere/examples/macos/setup/setup.sh
Unescape
Escape
View File
0
examples/ubuntu/preseed.cfg → builder/vsphere/examples/ubuntu/preseed.cfg
Unescape
Escape
View File
0
examples/ubuntu/ubuntu-16.04.json → builder/vsphere/examples/ubuntu/ubuntu-16.04.json
Unescape
Escape
View File
0
examples/windows/.gitattributes → builder/vsphere/examples/windows/.gitattributes
vendored
Unescape
Escape
View File
0
examples/windows/setup/Autounattend.xml → builder/vsphere/examples/windows/setup/Autounattend.xml
Unescape
Escape
View File
0
examples/windows/setup/setup.ps1 → builder/vsphere/examples/windows/setup/setup.ps1
Unescape
Escape
View File
0
examples/windows/setup/vmtools.cmd → builder/vsphere/examples/windows/setup/vmtools.cmd
Unescape
Escape
View File
0
examples/windows/windows-10.json → builder/vsphere/examples/windows/windows-10.json
Unescape
Escape
View File
0
go.mod → builder/vsphere/go.mod
Unescape
Escape
View File
0
go.sum → builder/vsphere/go.sum
Unescape
Escape
View File
0
gofmt.sh → builder/vsphere/gofmt.sh
Unescape
Escape
View File
0
iso/builder.go → builder/vsphere/iso/builder.go
Unescape
Escape
View File
0
iso/builder_acc_test.go → builder/vsphere/iso/builder_acc_test.go
Unescape
Escape
View File
0
iso/config.go → builder/vsphere/iso/config.go
Unescape
Escape
View File
0
iso/leak_test.go → builder/vsphere/iso/leak_test.go
Unescape
Escape
View File
0
iso/step_add_cdrom.go → builder/vsphere/iso/step_add_cdrom.go
Unescape
Escape
View File
0
iso/step_add_floppy.go → builder/vsphere/iso/step_add_floppy.go
Unescape
Escape
View File
0
iso/step_boot_command.go → builder/vsphere/iso/step_boot_command.go
Unescape
Escape
View File
0
iso/step_create.go → builder/vsphere/iso/step_create.go
Unescape
Escape
View File
0
iso/step_remote_upload.go → builder/vsphere/iso/step_remote_upload.go
Unescape
Escape
View File
0
iso/step_remove_cdrom.go → builder/vsphere/iso/step_remove_cdrom.go
Unescape
Escape
View File
0
iso/step_remove_floppy.go → builder/vsphere/iso/step_remove_floppy.go
Unescape
Escape
View File
0
teamcity-services.yml → builder/vsphere/teamcity-services.yml
Unescape
Escape
View File
0
test/lab.ovpn → builder/vsphere/test/lab.ovpn
Unescape
Escape
View File
0
test/lab.p12 → builder/vsphere/test/lab.p12
Unescape
Escape
View File
0
test/test-key.pem → builder/vsphere/test/test-key.pem
Unescape
Escape
View File
0
test/test-key.pub → builder/vsphere/test/test-key.pub
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
iSharkFly-Docs/packer-cn
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block