Commit 9bd33dcc authored by Peter Parente's avatar Peter Parente

Fix release-all build ordering

It was working, but it could end up using an old minimal notebook to rebuild other stacks before rebuilding minimal-notebook

(c) Copyright IBM Corp. 2015
parent fbac8a1b
# Copyright (c) Jupyter Development Team.
.PHONY: build dev help server .PHONY: build dev help server
OWNER:=jupyter OWNER:=jupyter
ALL_STACKS:=$(shell find . -type f -name 'Dockerfile' -exec dirname {} \; | sed "s|^\./||") # need to list these manually because there's a dependency tree
ALL_STACKS:=minimal-notebook \
r-notebook \
scipy-notebook \
datascience-notebook \
pyspark-notebook \
all-spark-notebook
GIT_MASTER_HEAD_SHA:=$(shell git rev-parse --short=12 --verify HEAD) GIT_MASTER_HEAD_SHA:=$(shell git rev-parse --short=12 --verify HEAD)
help: help:
@echo @echo
@echo ' build/<stack dirname> - builds the latest image for the stack' @echo ' build/<stack dirname> - builds the latest image for the stack'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment