mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 16:26:34 +00:00
2b39f9f4b2
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
12 lines
287 B
Makefile
12 lines
287 B
Makefile
# Copy textproto files in this directory from the source of truth.
|
|
|
|
SRC=$(GOPATH)/src/github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/testdata
|
|
|
|
.PHONY: refresh
|
|
|
|
refresh:
|
|
-rm *.textproto
|
|
cp $(SRC)/*.textproto .
|
|
openssl dgst -sha1 $(SRC)/tests.binprotos > VERSION
|
|
|