Skip to content

Commit

Permalink
Common parts moved into 'container-common-scripts' project.
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup authored and StephenCoady committed Aug 2, 2017
1 parent 590170a commit 1dd2c25
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 133 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/sclorg/container-common-scripts.git
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ BASE_IMAGE_NAME = mongodb
VERSIONS = 2.6 3.0-upg 3.2
OPENSHIFT_NAMESPACES = 2.4

# Include common Makefile code.
include hack/common.mk
# HACK: Ensure that 'git pull' for old clones doesn't cause confusion.
# New clones should use '--recursive'.
.PHONY: $(shell test -f common/common.mk || echo >&2 'Please do "git submodule update --init" first.')

include common/common.mk
1 change: 1 addition & 0 deletions common
Submodule common added at a2ae0a
105 changes: 0 additions & 105 deletions hack/build.sh

This file was deleted.

26 changes: 0 additions & 26 deletions hack/common.mk

This file was deleted.

0 comments on commit 1dd2c25

Please sign in to comment.