~matthew-gretton-dann/cbuild/replace-dash-with-underscore

« back to all changes in this revision

Viewing changes to slaves/lava/build-stamp.mk

  • Committer: Paul Sokolovsky
  • Date: 2013-01-24 12:43:06 UTC
  • mfrom: (446.1.10 cbuild.cbuild-lava2)
  • Revision ID: paul.sokolovsky@linaro.org-20130124124306-s2mmyo49a1xou6v0
[merge] Changes to support LAVA integration.

Includes: making builds more verbose (to stdout) to make realtime LAVA builds
monitoring possible, allow to disable native CBuild publishing/notifications,
and providing specific config for LAVA build slaves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include local.mk
 
2
include $(TOPDIR)/lib/common.mk
 
3
 
 
4
print:
 
5
        echo $(SUFFIX)
 
6
        echo $(MACHINE)-$(CODENAME)-$(REVISION)$(REBUILD)-$(HOST)-$(CONFIG_NAME)
 
7
        echo MACHINE=$(MACHINE)
 
8
        echo CODENAME=$(CODENAME)
 
9
        echo REVISION=$(REVISION)
 
10
        echo REBUILD=$(REBUILD)
 
11
        echo HOST=$(HOST)
 
12
        echo CONFIG_NAME=$(CONFIG_NAME)