commit 0b2027392c8ae2c56fbbb3d24dd31e1fe9c0f6b5 Author: Arlo Breault arlolra@gmail.com Date: Mon Mar 14 13:10:54 2016 -0700
Switch to ESR 45 --- projects/instantbird/config | 4 ++-- projects/mozilla/config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/projects/instantbird/config b/projects/instantbird/config index b9d846c..67672bb 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-release/ -hg_hash: THUNDERBIRD_42_0b2_RELEASE +hg_url: https://hg.mozilla.org/releases/comm-esr45/ +hg_hash: THUNDERBIRD_45_0b2_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 2e813b5..f96adbe 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-release/ -hg_hash: FIREFOX_42_0_RELEASE +hg_url: https://hg.mozilla.org/releases/mozilla-esr45/ +hg_hash: THUNDERBIRD_45_0b2_RELEASE src: | #!/bin/sh set -e
tor-commits@lists.torproject.org