Bug 1669147 - [esr68] Disable release-bouncer-aliases. r=justdave a=rjl DONTBUILD
This is for documentation purposes as there are no plans for further
releases based on esr68.
This is a recurring problem every release. The new release (eg 78.0) comes
out and is followed by a release from the previous version. The download
bouncer's "latest" aliases are overwritten with the old version, which is
not what we want.
This bug is referred to in the notes for esr78 launch so that it is not
missed for Thunderbird 90.
Differential Revision:
https://phabricator.services.mozilla.com/D93084
BasedOnStyle: Google
# Prevent the loss of indentation with these macros
MacroBlockBegin: "^\
JS_BEGIN_MACRO|\
NS_INTERFACE_MAP_BEGIN|\
NS_INTERFACE_TABLE_HEAD|\
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION|\
NS_IMPL_CYCLE_COLLECTION_.*_BEGIN|\
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED|\
NS_INTERFACE_TABLE_BEGIN|\
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED|\
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED|\
NS_QUERYFRAME_HEAD$"
MacroBlockEnd: "^\
JS_END_MACRO|\
NS_INTERFACE_MAP_END|\
NS_IMPL_CYCLE_COLLECTION_.*_END|\
NS_INTERFACE_TABLE_END|\
NS_INTERFACE_TABLE_TAIL.*|\
NS_INTERFACE_MAP_END_.*|\
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END_INHERITED|\
NS_IMPL_CYCLE_COLLECTION_UNLINK_END_INHERITED|\
NS_QUERYFRAME_TAIL.*$"
SortIncludes: false
IndentPPDirectives: AfterHash
StatementMacros: [MARKUPMAP, ASSERT_TRUE, ASSERT_FALSE, TEST, CHECK]
# The Google coding style states:
# You should do this consistently within a single file, so, when modifying an
# existing file, use the style in that file.
# Let's be more prescriptive and default to the one used in the Mozilla
# coding style
# Note that for the time being, we differ from the mozilla-central settings
# and use derivative pointer alignment since right alignment is prevalent in
# comm-central. Exceptions with left alignment are, amongst others:
# db/ (Mork), mailnews/intl and mailnews/jsaccount.
# We will decide later whether to make the pointer style consistent or not.
# DerivePointerAlignment: false
# PointerAlignment: Left
DerivePointerAlignment: true