Skip to content

Commit

Permalink
Update log commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 22, 2023
1 parent 21c072c commit 4711082
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ trusted_applet: check_signing_env trusted_applet_nosign
log_initialise:
echo "(Re-)initialising log at ${DEV_LOG_DIR}"
@rm -fr ${DEV_LOG_DIR}
go run github.com/google/trillian-examples/serverless/cmd/integrate@HEAD \
go run github.com/transparency-dev/serverless-log/cmd/integrate@HEAD \
--storage_dir=${DEV_LOG_DIR} \
--origin=${DEV_LOG_ORIGIN} \
--private_key=${LOG_PRIVATE_KEY} \
--public_key=${LOG_PUBLIC_KEY} \
--initialise

Expand All @@ -88,12 +89,12 @@ log_applet:
@if [ ! -f ${DEV_LOG_DIR}/checkpoint ]; then \
make log_initialise; \
fi
go run github.com/google/trillian-examples/serverless/cmd/sequence@HEAD \
go run github.com/transparency-dev/serverless-log/cmd/sequence@HEAD \
--storage_dir=${DEV_LOG_DIR} \
--origin=${DEV_LOG_ORIGIN} \
--public_key=${LOG_PUBLIC_KEY} \
--entries=${CURDIR}/bin/trusted_applet_manifest.json
-go run github.com/google/trillian-examples/serverless/cmd/integrate@HEAD \
-go run github.com/transparency-dev/serverless-log/cmd/integrate@HEAD \
--storage_dir=${DEV_LOG_DIR} \
--origin=${DEV_LOG_ORIGIN} \
--private_key=${LOG_PRIVATE_KEY} \
Expand Down

0 comments on commit 4711082

Please sign in to comment.