Skip to content
Snippets Groups Projects
Commit dc6c1f37 authored by Marco Clemencic's avatar Marco Clemencic Committed by marcocle
Browse files

data/Makefile-cmt.mk: fixed detection of container package

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/LbScripts/trunk@196966 4525493e-7705-40b1-a816-d608a930855b
parent cff4d6b4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ ifneq ($(wildcard cmt/project.cmt),)
container := $(shell awk '/^ *container /{print $$2}' cmt/project.cmt)
endif
ifndef container
container := $(word 1,$(filter %Sys,$(shell echo $(packages) | sed 's_/.*__')))
container := $(word 1,$(filter %Sys,$(shell echo $(packages) | sed 's_/[^ ]*__g')))
ifdef container
$(warning No container keyword in cmt/project.cmt, so I try $(container).)
endif
......
2015-10-29 Marco Clemencic <Marco.Clemencic@cern.ch>
* data/Makefile-cmt.mk: fixed detection of container package
2015-10-26 Marco Clemencic <Marco.Clemencic@cern.ch>
* lb-run/lb-dev: use 'latest' as default version for Compat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment