Bug 823989: Don't build testpilot on aurora update channel, a=akeybl DONTBUILD

This commit is contained in:
L. David Baron 2013-01-19 16:59:25 -08:00
parent ae6a8b4355
commit 713e1dbcf4
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ DIRS = \
include $(topsrcdir)/config/config.mk
ifneq (,$(filter aurora beta,$(MOZ_UPDATE_CHANNEL)))
ifneq (,$(filter beta,$(MOZ_UPDATE_CHANNEL)))
EXTENSIONS = \
testpilot@labs.mozilla.com \
$(NULL)

View File

@ -80,7 +80,7 @@ ifdef WIN32_REDIST_DIR
DEFINES += -DMOZ_MSVC_REDIST=$(_MSC_VER)
endif
ifneq (,$(filter aurora beta,$(MOZ_UPDATE_CHANNEL)))
ifneq (,$(filter beta,$(MOZ_UPDATE_CHANNEL)))
DEFINES += -DSHIP_FEEDBACK=1
endif