commit 6466b903e5c4ee930867c48766a03bc3c4cdf43d Author: Arlo Breault arlolra@gmail.com Date: Fri Apr 15 10:07:45 2016 -0700
Switch tags to THUNDERBIRD_45_0_RELEASE --- ChangeLog | 4 +++- projects/instantbird/config | 2 +- projects/mozilla/config | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4305ea4..cc19b93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tor Messenger 0.1.0b7 -- - * All Platforms +* All Platforms + * Use the THUNDERBIRD_45_0_RELEASE tag on mozilla-esr45 + * Use the THUNDERBIRD_45_0_RELEASE tag on comm-esr45
Tor Messenger 0.1.0b6 -- April 06, 2016 * All Platforms diff --git a/projects/instantbird/config b/projects/instantbird/config index eaa334c..b11e325 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' hg_url: https://hg.mozilla.org/releases/comm-esr45/ -hg_hash: THUNDERBIRD_45_0b3_RELEASE +hg_hash: THUNDERBIRD_45_0_RELEASE filename: "[% project %]-[% c('version') %]-[% c('var/osname') %]-[% c('var/build_id') %].[% c('var/archive_suffix') %]" remote_docker: 1 var: diff --git a/projects/mozilla/config b/projects/mozilla/config index e062cfd..c4e81bc 100644 --- a/projects/mozilla/config +++ b/projects/mozilla/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' hg_url: https://hg.mozilla.org/releases/mozilla-esr45/ -hg_hash: THUNDERBIRD_45_0b3_RELEASE +hg_hash: THUNDERBIRD_45_0_RELEASE src: | #!/bin/sh set -e
tor-commits@lists.torproject.org