Fix bug 480390 - Include Lightning BuildID in install.rdf for easier QA work (show in UI for *pre builds). r=ssitter
This commit is contained in:
Родитель
0b3db277e6
Коммит
6090e63d90
|
@ -65,6 +65,10 @@ ifdef LIGHTNING_FIREFOX
|
|||
FIREFOX_VERSION := $(shell cat $(MOZILLA_SRCDIR)/browser/config/version.txt)
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring pre,$(LIGHTNING_VERSION)))
|
||||
DEFINES += -DLIGHTNING_PRERELEASE_VERSION=1
|
||||
endif
|
||||
|
||||
# include config.mk here so myconfig or app-config can set DISABLE_LIGHTNING_INSTALL
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -43,6 +43,9 @@
|
|||
<em:name>Lightning</em:name>
|
||||
<em:version>@LIGHTNING_VERSION@</em:version> <!-- BuildID=@GRE_BUILDID@ -->
|
||||
<em:description>An integrated calendar for Thunderbird</em:description>
|
||||
#ifdef LIGHTNING_PRERELEASE_VERSION
|
||||
<em:developer>Build ID: @GRE_BUILDID@</em:developer>
|
||||
#endif
|
||||
<em:creator>Mozilla Calendar Project</em:creator>
|
||||
<em:homepageURL>http://www.mozilla.org/projects/calendar/releases/lightning@LIGHTNING_VERSION@.html</em:homepageURL>
|
||||
<em:iconURL>chrome://calendar/skin/cal-icon32.png</em:iconURL>
|
||||
|
|
Загрузка…
Ссылка в новой задаче