Skip to content

Commit 2242d31

Browse files
committed
freeze dependencies in gopath, add imgs/README to prevent touch issue, fix make clean
1 parent 4dc1647 commit 2242d31

File tree

11 files changed

+16
-2
lines changed

11 files changed

+16
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REG_DIR = $(GO_PATH)/src/github.com/open-lambda/open-lambda/registry
1717
ADMIN_DIR = $(GO_PATH)/src/github.com/open-lambda/open-lambda/worker/admin
1818

1919
.PHONY: all
20-
all : .git/hooks/pre-commit bin/regpush imgs/lambda-node imgs/olregistry
20+
all : .git/hooks/pre-commit bin/regpush imgs/olregistry imgs/lambda-node
2121
docker pull eoakes/lambda:latest
2222

2323
.git/hooks/pre-commit: util/pre-commit
@@ -80,4 +80,5 @@ test : test-cluster
8080
clean :
8181
rm -rf bin
8282
rm -rf registry/bin
83-
rm -f imgs/*
83+
rm -f imgs/lambda-node
84+
rm -f imgs/olregistry
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit abc6f20dabf4b10195f233ad21ea6c5ba33acae0

hack/go/src/github.com/cenk/backoff

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 8ee79997227bf9b34611aee7946ae64735e6fd93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e80d13ce29ede4452c43dea11e79b9bc8a15b478

hack/go/src/golang.org/x/crypto

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9477e0b78b9ac3d0b03822fd95422e2fe07627cd

hack/go/src/golang.org/x/net

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 4971afdc2f162e82d185353533d3cf16188a9f4e

hack/go/src/google.golang.org/grpc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b13ef794997191ec801db90a42c50034df91850a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 016a1d3b4d15951ab2e39bd3596718ba94d298ba

hack/go/src/gopkg.in/fatih/pool.v2

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 20a0a429c5f93de45c90f5f09ea297c25e0929b3

imgs/README

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is a hack. We want to use Docker build from our Makefile, but
2+
Makefiles only understand local files with timestamps. Thus, we use
3+
empty files in this dirtory as our targets. Whenever we build an
4+
image with docker, we touch a file here with the same name.

0 commit comments

Comments
 (0)