commit 9002724429349882ae09b2b28129c0e380d44ec3 Author: Arlo Breault arlolra@gmail.com Date: Fri Oct 2 14:01:46 2015 +0200
Use THUNDERBIRD_41_0b1_RELEASE tag on *-release --- 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 f07e198..2674ba2 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-aurora/ -hg_hash: AURORA_42_END +hg_url: https://hg.mozilla.org/releases/comm-release/ +hg_hash: THUNDERBIRD_41_0b1_RELEASE filename: "[% project %]-[% c('version') %]-[% c('var/osname') %]-[% c('var/build_id') %].[% c('var/archive_suffix') %]" remote_docker: 1 lsb_release: diff --git a/projects/mozilla/config b/projects/mozilla/config index 5d5ef9d..4b98c6d 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-aurora/ -hg_hash: FIREFOX_AURORA_42_END +hg_url: https://hg.mozilla.org/releases/mozilla-release/ +hg_hash: THUNDERBIRD_41_0b1_RELEASE src: | #!/bin/sh set -e
tor-commits@lists.torproject.org