Skip to content

Commit

Permalink
TEST: DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Jun 25, 2019
1 parent 4e2c7e8 commit e782917
Show file tree
Hide file tree
Showing 33,806 changed files with 7,385,904 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oauth-server
22 changes: 22 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
all: build
.PHONY: all

# Include the library makefile
include $(addprefix ./vendor/github.com/openshift/library-go/alpha-build-machinery/make/, \
golang.mk \
targets/openshift/deps.mk \
targets/openshift/images.mk \
)

GO_BUILD_PACKAGES :=$(strip \
./cmd/... \
)


# This will call a macro called "build-image" which will generate image specific targets based on the parameters:
# $0 - macro name
# $1 - target suffix
# $2 - Dockerfile path
# $3 - context directory for image build
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images".
$(call build-image,origin-$(notdir $(GO_PACKAGE)),./images/Dockerfile,.)
Loading

0 comments on commit e782917

Please sign in to comment.