Skip to content

Commit

Permalink
remove migration-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Nov 7, 2024
1 parent 36d0bac commit e2ecfa2
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,201 deletions.
30 changes: 0 additions & 30 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,45 +32,15 @@ builds:
- goos: darwin
goarch: "386"
binary: "{{ .ProjectName }}_v{{ .Version }}"
- id: migration-tool
dir: ./cmd/migration-tool/
env:
# goreleaser does not work with CGO, it could also complicate
# usage by users in CI/CD systems like Terraform Cloud where
# they are unable to install libraries.
- CGO_ENABLED=0
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- "-s -w -X main.Version={{.Version}}"
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- "386"
- arm
- arm64
ignore:
- goos: darwin
goarch: "386"
binary: equinix-migration-tool/equinix-migration-tool
archives:
- format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- provider
- migration-tool
files:
- LICENSE*
- README*
- CHANGELOG*
- src: "cmd/migration-tool/*.md"
dst: equinix-migration-tool
strip_parent: true
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
#
* @equinix/governor-devrel-engineering
/cmd/migration-tool @equinix/governor-metal-client-interfaces
*metal* @equinix/governor-metal-client-interfaces
*fabric* @equinix/governor-digin-fabric
*connection_e2e* @equinix/governor-digin-fabric
Expand Down
21 changes: 0 additions & 21 deletions cmd/migration-tool/Makefile

This file was deleted.

105 changes: 0 additions & 105 deletions cmd/migration-tool/README.md

This file was deleted.

191 changes: 0 additions & 191 deletions cmd/migration-tool/actions.go

This file was deleted.

Loading

0 comments on commit e2ecfa2

Please sign in to comment.