Bug 838140: Use MOZ_PKG_SPECIAL=asan for asan builds. r=ted

To distinguish them from the regular nightly builds.
This commit is contained in:
Chris AtLee 2013-02-05 17:01:21 -05:00
Родитель dbb130e424
Коммит 540d4e9ac2
5 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -14,4 +14,7 @@ ac_add_options --enable-stdcxx-compat
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -16,4 +16,7 @@ ac_add_options --enable-stdcxx-compat
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -14,4 +14,7 @@ ac_add_options --enable-stdcxx-compat
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -16,4 +16,7 @@ ac_add_options --enable-stdcxx-compat
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
. "$topsrcdir/build/mozconfig.common.override"

Просмотреть файл

@ -10,4 +10,7 @@ export MOZ_PACKAGE_JSSHELL=1
ac_add_options --with-macbundlename-prefix=Firefox
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=asan
. "$topsrcdir/build/mozconfig.common.override"