author | André Bargull <andre.bargull@gmail.com> |
Tue, 13 Dec 2016 12:50:45 -0800 | |
changeset 374296 | aef8ecf9b6518d3676c50a94b0e7ac05654cf858 |
parent 374295 | 781f8641d2ef810ad7b47e52fcb657dcea485956 |
child 374297 | 664f73663acba298c8451e1ea446d9af3120512a |
push id | 1419 |
push user | jlund@mozilla.com |
push date | Mon, 10 Apr 2017 20:44:07 +0000 |
treeherder | mozilla-release@5e6801b73ef6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Waldo |
bugs | 1323254 |
milestone | 53.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/intl/update-icu.sh +++ b/intl/update-icu.sh @@ -1,17 +1,17 @@ #!/bin/sh # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -e # Usage: update-icu.sh <URL of ICU SVN with release> -# E.g., for ICU 58.1: update-icu.sh https://ssl.icu-project.org/repos/icu/icu/tags/release-58-1/ +# E.g., for ICU 58.2: update-icu.sh https://ssl.icu-project.org/repos/icu/tags/release-58-2/icu4c/ if [ $# -lt 1 ]; then echo "Usage: update-icu.sh <URL of ICU SVN with release>" exit 1 fi # Ensure that $Date$ in the checked-out svn files expands timezone-agnostically, # so that this script's behavior is consistent when run from any time zone.