Compare commits

..

No commits in common. "aa5b04e8a0268cc6dbc39fed4ebb33b0be8e4f65" and "5612c59b9a0bf5632fad04be1cda1e0d4b88689d" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -1,19 +1,17 @@
VERSION := development
GIT_REF := $(shell git log -1 --format=%H)
GIT_AUTHOR := $(shell git log -1 --format=%an)
GIT_PUBKEY := $(shell git log -1 --format=%GK)
GIT_PUBKEY := $(shell git log -1 --format=%GP)
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
export
## Use env vars from latest release when reproducing
ifdef REPRODUCE
include dist/release.env
export
include dist/release.env
export
endif
## Prevents use of caching when building docker image
ifdef NOCACHE
NO_CACHE := --no-cache
NO_CACHE := --no-cache
endif
.DEFAULT_GOAL :=
@ -73,7 +71,7 @@ vm: out/dev-shell.digest out/airgap.iso out/sdcard.img
-nographic; \
"
## Release, Signing, Verification, and Reproduction Targets
## Signing, Verification, and Release Targets
.PHONY: clean
clean:

View File

@ -57,7 +57,7 @@ make release
### Reproduce an existing release
```
make reproduce
make attest
```
### Sign an existing release