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
# .hgignore - List of filenames hg should ignore
# Filenames that should be ignored wherever they appear
~$
\.pyc$
(^|/)TAGS$
(^|/)\.DS_Store$
# User files that may appear at the root
^\.mozconfig$
^mozconfig$
^\.mozconfig\.mk$
^\.mozconfig\.out$
^configure$
^config\.cache$
^config\.log$
^ID$
#treestate
^.treestate$
# Build directories
^obj-
^objdir-
# directories we check out from other repositories
^directory/c-sdk$
# ^mozilla$ <--- causes regex perf issues when present with fsmonitor. See Bug 1293993.
mozilla
^.mozilla-trunk$
# SVN directories
\.svn/
# Git repositories
.git/
# Ignore the files and directory that Eclipse IDE creates
\.project$
\.cproject$
\.settings/