Skip to content

Commit

Permalink
installer: remove package
Browse files Browse the repository at this point in the history
This is the last of the old installer code. It's no longer used and can
be removed.
  • Loading branch information
crawford committed Sep 28, 2018
1 parent 496c5ab commit b6c0d8c
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 3,879 deletions.
43 changes: 0 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,3 @@ bin_test/
matchbox/
/contrib/govcloud/vpn.conf
tectonic-dev

# non-default Bazel stuff
.build/
.cache

# Created by https://www.gitignore.io/api/go,bazel,terraform
# HOWEVER, I had to remove the ignore for `vendor/`

### Bazel ###
/bazel-*

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

### Terraform ###
# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*

# Crash log files
crash.log

# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars

# End of https://www.gitignore.io/api/go,bazel,terraform
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ For contributors who want to work up pull requests, the workflow is roughly:
hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...)
hack/go-vet.sh ./...
hack/shellcheck.sh
hack/test-bazel-build-tarball.sh
hack/tf-fmt.sh -list -check
hack/tf-lint.sh
hack/yaml-lint.sh
Expand Down
234 changes: 0 additions & 234 deletions examples/aws.yaml

This file was deleted.

103 changes: 0 additions & 103 deletions examples/libvirt.yaml

This file was deleted.

Loading

0 comments on commit b6c0d8c

Please sign in to comment.