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
Actions
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
Download Patch File
Download Diff File
Expand all files
Collapse all files
.gitignore → builder/vsphere/.gitignore
Unescape
Escape
Copy filename
View File
LICENSE.txt → builder/vsphere/LICENSE.txt
Unescape
Escape
Copy filename
View File
Makefile → builder/vsphere/Makefile
Unescape
Escape
Copy filename
View File
README.md → builder/vsphere/README.md
Unescape
Escape
Copy filename
View File
clone/builder.go → builder/vsphere/clone/builder.go
Unescape
Escape
Copy filename
View File
clone/builder_acc_test.go → builder/vsphere/clone/builder_acc_test.go
Unescape
Escape
Copy filename
View File
clone/builder_test.go → builder/vsphere/clone/builder_test.go
Unescape
Escape
Copy filename
View File
clone/config.go → builder/vsphere/clone/config.go
Unescape
Escape
Copy filename
View File
clone/config_test.go → builder/vsphere/clone/config_test.go
Unescape
Escape
Copy filename
View File
clone/leak_test.go → builder/vsphere/clone/leak_test.go
Unescape
Escape
Copy filename
View File
clone/step_clone.go → builder/vsphere/clone/step_clone.go
Unescape
Escape
Copy filename
View File
cmd/clone/main.go → builder/vsphere/cmd/clone/main.go
Unescape
Escape
Copy filename
View File
cmd/iso/main.go → builder/vsphere/cmd/iso/main.go
Unescape
Escape
Copy filename
View File
common/artifact.go → builder/vsphere/common/artifact.go
Unescape
Escape
Copy filename
View File
common/config_location.go → builder/vsphere/common/config_location.go
Unescape
Escape
Copy filename
View File
common/config_ssh.go → builder/vsphere/common/config_ssh.go
Unescape
Escape
Copy filename
View File
common/step_config_params.go → builder/vsphere/common/step_config_params.go
Unescape
Escape
Copy filename
View File
common/step_connect.go → builder/vsphere/common/step_connect.go
Unescape
Escape
Copy filename
View File
common/step_hardware.go → builder/vsphere/common/step_hardware.go
Unescape
Escape
Copy filename
View File
common/step_run.go → builder/vsphere/common/step_run.go
Unescape
Escape
Copy filename
View File
common/step_shutdown.go → builder/vsphere/common/step_shutdown.go
Unescape
Escape
Copy filename
View File
common/step_snapshot.go → builder/vsphere/common/step_snapshot.go
Unescape
Escape
Copy filename
View File
common/step_template.go → builder/vsphere/common/step_template.go
Unescape
Escape
Copy filename
View File
common/step_wait_for_ip.go → builder/vsphere/common/step_wait_for_ip.go
Unescape
Escape
Copy filename
View File
common/testing/utility.go → builder/vsphere/common/testing/utility.go
Unescape
Escape
Copy filename
View File
docker-compose.yml → builder/vsphere/docker-compose.yml
Unescape
Escape
Copy filename
View File
driver/datastore.go → builder/vsphere/driver/datastore.go
Unescape
Escape
Copy filename
View File
driver/datastore_acc_test.go → builder/vsphere/driver/datastore_acc_test.go
Unescape
Escape
Copy filename
View File
driver/driver.go → builder/vsphere/driver/driver.go
Unescape
Escape
Copy filename
View File
driver/driver_test.go → builder/vsphere/driver/driver_test.go
Unescape
Escape
Copy filename
View File
driver/folder.go → builder/vsphere/driver/folder.go
Unescape
Escape
Copy filename
View File
driver/folder_acc_test.go → builder/vsphere/driver/folder_acc_test.go
Unescape
Escape
Copy filename
View File
driver/host.go → builder/vsphere/driver/host.go
Unescape
Escape
Copy filename
View File
driver/host_acc_test.go → builder/vsphere/driver/host_acc_test.go
Unescape
Escape
Copy filename
View File
driver/leak_test.go → builder/vsphere/driver/leak_test.go
Unescape
Escape
Copy filename
View File
driver/network.go → builder/vsphere/driver/network.go
Unescape
Escape
Copy filename
View File
driver/resource_pool.go → builder/vsphere/driver/resource_pool.go
Unescape
Escape
Copy filename
View File
driver/resource_pool_acc_test.go → builder/vsphere/driver/resource_pool_acc_test.go
Unescape
Escape
Copy filename
View File
driver/vm.go → builder/vsphere/driver/vm.go
Unescape
Escape
Copy filename
View File
driver/vm_cdrom.go → builder/vsphere/driver/vm_cdrom.go
Unescape
Escape
Copy filename
View File
driver/vm_clone_acc_test.go → builder/vsphere/driver/vm_clone_acc_test.go
Unescape
Escape
Copy filename
View File
driver/vm_create_acc_test.go → builder/vsphere/driver/vm_create_acc_test.go
Unescape
Escape
Copy filename
View File
driver/vm_keyboard.go → builder/vsphere/driver/vm_keyboard.go
Unescape
Escape
Copy filename
View File
examples/alpine/alpine-3.8.json → builder/vsphere/examples/alpine/alpine-3.8.json
Unescape
Escape
Copy filename
View File
examples/alpine/answerfile → builder/vsphere/examples/alpine/answerfile
Unescape
Escape
Copy filename
View File
examples/alpine/setup.sh → builder/vsphere/examples/alpine/setup.sh
Unescape
Escape
Copy filename
View File
examples/clone/alpine.json → builder/vsphere/examples/clone/alpine.json
Unescape
Escape
Copy filename
View File
examples/driver/main.go → builder/vsphere/examples/driver/main.go
Unescape
Escape
Copy filename
View File
examples/macos/macos-10.13.json → builder/vsphere/examples/macos/macos-10.13.json
Unescape
Escape
Copy filename
View File
examples/macos/setup/.gitignore → builder/vsphere/examples/macos/setup/.gitignore
Unescape
Escape
Copy filename
View File
examples/macos/setup/iso-macos.sh → builder/vsphere/examples/macos/setup/iso-macos.sh
Unescape
Escape
Copy filename
View File
examples/macos/setup/iso-setup.sh → builder/vsphere/examples/macos/setup/iso-setup.sh
Unescape
Escape
Copy filename
View File
examples/macos/setup/postinstall → builder/vsphere/examples/macos/setup/postinstall
Unescape
Escape
Copy filename
View File
examples/macos/setup/setup.sh → builder/vsphere/examples/macos/setup/setup.sh
Unescape
Escape
Copy filename
View File
examples/ubuntu/preseed.cfg → builder/vsphere/examples/ubuntu/preseed.cfg
Unescape
Escape
Copy filename
View File
examples/ubuntu/ubuntu-16.04.json → builder/vsphere/examples/ubuntu/ubuntu-16.04.json
Unescape
Escape
Copy filename
View File
examples/windows/.gitattributes → builder/vsphere/examples/windows/.gitattributes
Unescape
Escape
Copy filename
View File
examples/windows/setup/Autounattend.xml → builder/vsphere/examples/windows/setup/Autounattend.xml
Unescape
Escape
Copy filename
View File
examples/windows/setup/setup.ps1 → builder/vsphere/examples/windows/setup/setup.ps1
Unescape
Escape
Copy filename
View File
examples/windows/setup/vmtools.cmd → builder/vsphere/examples/windows/setup/vmtools.cmd
Unescape
Escape
Copy filename
View File
examples/windows/windows-10.json → builder/vsphere/examples/windows/windows-10.json
Unescape
Escape
Copy filename
View File
go.mod → builder/vsphere/go.mod
Unescape
Escape
Copy filename
View File
go.sum → builder/vsphere/go.sum
Unescape
Escape
Copy filename
View File
gofmt.sh → builder/vsphere/gofmt.sh
Unescape
Escape
Copy filename
View File
iso/builder.go → builder/vsphere/iso/builder.go
Unescape
Escape
Copy filename
View File
iso/builder_acc_test.go → builder/vsphere/iso/builder_acc_test.go
Unescape
Escape
Copy filename
View File
iso/config.go → builder/vsphere/iso/config.go
Unescape
Escape
Copy filename
View File
iso/leak_test.go → builder/vsphere/iso/leak_test.go
Unescape
Escape
Copy filename
View File
iso/step_add_cdrom.go → builder/vsphere/iso/step_add_cdrom.go
Unescape
Escape
Copy filename
View File
iso/step_add_floppy.go → builder/vsphere/iso/step_add_floppy.go
Unescape
Escape
Copy filename
View File
iso/step_boot_command.go → builder/vsphere/iso/step_boot_command.go
Unescape
Escape
Copy filename
View File
iso/step_create.go → builder/vsphere/iso/step_create.go
Unescape
Escape
Copy filename
View File
iso/step_remote_upload.go → builder/vsphere/iso/step_remote_upload.go
Unescape
Escape
Copy filename
View File
iso/step_remove_cdrom.go → builder/vsphere/iso/step_remove_cdrom.go
Unescape
Escape
Copy filename
View File
iso/step_remove_floppy.go → builder/vsphere/iso/step_remove_floppy.go
Unescape
Escape
Copy filename
View File
teamcity-services.yml → builder/vsphere/teamcity-services.yml
Unescape
Escape
Copy filename
View File
test/lab.ovpn → builder/vsphere/test/lab.ovpn
Unescape
Escape
Copy filename
View File
test/lab.p12 → builder/vsphere/test/lab.p12
Unescape
Escape
Copy filename
View File
test/test-key.pem → builder/vsphere/test/test-key.pem
Unescape
Escape
Copy filename
View File
test/test-key.pub → builder/vsphere/test/test-key.pub
Unescape
Escape
Copy filename
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