Skip to content

Commit

Permalink
Merge pull request #1365 from jku/remove-old-code-and-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Sep 5, 2024
2 parents b4feee5 + d9ca783 commit a0b78d2
Show file tree
Hide file tree
Showing 474 changed files with 0 additions and 26,975 deletions.
38 changes: 0 additions & 38 deletions .golangci.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .goreleaser.yml

This file was deleted.

31 changes: 0 additions & 31 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SHELL := /bin/bash
OUTPUT_FORMAT = $(shell if [ "${GITHUB_ACTIONS}" == "true" ]; then echo "github"; else echo ""; fi)
GOBIN ?= $(shell go env GOPATH)/bin

.PHONY: help
help: ## Shows all targets and help from the Makefile (this message).
Expand All @@ -18,40 +17,10 @@ help: ## Shows all targets and help from the Makefile (this message).
} \
}'

## Linters
#####################################################################

lint: ## Run all linters.
lint: golangci-lint yamllint

golangci-lint: ## Runs the golangci-lint linter.
@set -e;\
extraargs=""; \
if [ "$(OUTPUT_FORMAT)" == "github" ]; then \
extraargs="--out-format github-actions"; \
fi; \
$(GOBIN)/golangci-lint run -c .golangci.yml ./... $$extraargs

yamllint: ## Runs the yamllint linter.
@set -e;\
extraargs=""; \
if [ "$(OUTPUT_FORMAT)" == "github" ]; then \
extraargs="-f github"; \
fi; \
yamllint -c .yamllint.yaml . $$extraargs

.PHONY: keygen
keygen:
@go build -tags=pivkey -o $@ ./tests/keygen

.PHONY: tuf
tuf:
@go build -tags=pivkey -o $@ ./cmd/tuf

.PHONY: verify
verify:
@go build -o verify ./cmd/verify

.PHONY: test
test:
@go test -tags=pivkey ./...
36 changes: 0 additions & 36 deletions VERIFIER.md

This file was deleted.

18 changes: 0 additions & 18 deletions ceremony/2021-06-18/keys/13078778/13078778_device_cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions ceremony/2021-06-18/keys/13078778/13078778_key_cert.pem

This file was deleted.

4 changes: 0 additions & 4 deletions ceremony/2021-06-18/keys/13078778/13078778_pubkey.pem

This file was deleted.

18 changes: 0 additions & 18 deletions ceremony/2021-06-18/keys/14454335/14454335_device_cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions ceremony/2021-06-18/keys/14454335/14454335_key_cert.pem

This file was deleted.

4 changes: 0 additions & 4 deletions ceremony/2021-06-18/keys/14454335/14454335_pubkey.pem

This file was deleted.

18 changes: 0 additions & 18 deletions ceremony/2021-06-18/keys/14470876/14470876_device_cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions ceremony/2021-06-18/keys/14470876/14470876_key_cert.pem

This file was deleted.

4 changes: 0 additions & 4 deletions ceremony/2021-06-18/keys/14470876/14470876_pubkey.pem

This file was deleted.

18 changes: 0 additions & 18 deletions ceremony/2021-06-18/keys/15938765/15938765_device_cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions ceremony/2021-06-18/keys/15938765/15938765_key_cert.pem

This file was deleted.

4 changes: 0 additions & 4 deletions ceremony/2021-06-18/keys/15938765/15938765_pubkey.pem

This file was deleted.

18 changes: 0 additions & 18 deletions ceremony/2021-06-18/keys/15938791/15938791_device_cert.pem

This file was deleted.

15 changes: 0 additions & 15 deletions ceremony/2021-06-18/keys/15938791/15938791_key_cert.pem

This file was deleted.

4 changes: 0 additions & 4 deletions ceremony/2021-06-18/keys/15938791/15938791_pubkey.pem

This file was deleted.

Loading

0 comments on commit a0b78d2

Please sign in to comment.