File tree 11 files changed +16
-2
lines changed
11 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ REG_DIR = $(GO_PATH)/src/github.com/open-lambda/open-lambda/registry
17
17
ADMIN_DIR = $(GO_PATH ) /src/github.com/open-lambda/open-lambda/worker/admin
18
18
19
19
.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
21
21
docker pull eoakes/lambda:latest
22
22
23
23
.git/hooks/pre-commit : util/pre-commit
@@ -80,4 +80,5 @@ test : test-cluster
80
80
clean :
81
81
rm -rf bin
82
82
rm -rf registry/bin
83
- rm -f imgs/*
83
+ rm -f imgs/lambda-node
84
+ rm -f imgs/olregistry
Original file line number Diff line number Diff line change
1
+ Subproject commit abc6f20dabf4b10195f233ad21ea6c5ba33acae0
Original file line number Diff line number Diff line change
1
+ Subproject commit b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3
Original file line number Diff line number Diff line change
1
+ Subproject commit 8ee79997227bf9b34611aee7946ae64735e6fd93
Original file line number Diff line number Diff line change
1
+ Subproject commit e80d13ce29ede4452c43dea11e79b9bc8a15b478
Original file line number Diff line number Diff line change
1
+ Subproject commit 9477e0b78b9ac3d0b03822fd95422e2fe07627cd
Original file line number Diff line number Diff line change
1
+ Subproject commit 4971afdc2f162e82d185353533d3cf16188a9f4e
Original file line number Diff line number Diff line change
1
+ Subproject commit b13ef794997191ec801db90a42c50034df91850a
Original file line number Diff line number Diff line change
1
+ Subproject commit 016a1d3b4d15951ab2e39bd3596718ba94d298ba
Original file line number Diff line number Diff line change
1
+ Subproject commit 20a0a429c5f93de45c90f5f09ea297c25e0929b3
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments