1
0
Wolfgang Rosenauer
2018-08-27 15:50:17 +00:00
committed by Git OBS Bridge
parent a67021f952
commit ff674588f7

View File

@@ -2,7 +2,8 @@
CHANNEL="esr60" CHANNEL="esr60"
BRANCH="releases/comm-$CHANNEL" BRANCH="releases/comm-$CHANNEL"
RELEASE_TAG="abae8941234801d8aa5b6cfd8cc49ef62bc48e62" RELEASE_TAG="c73d49cb8736"
MOZ_RELEASE_TAG="abae89412348"
VERSION="60.0" VERSION="60.0"
VERSION_SUFFIX="" VERSION_SUFFIX=""
LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json" LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json"
@@ -32,7 +33,6 @@ if [ -e thunderbird-$VERSION$VERSION_SUFFIX.source.tar.xz ]; then
&& \ && \
xz -9 -v thunderbird-$VERSION$VERSION_SUFFIX.source.tar xz -9 -v thunderbird-$VERSION$VERSION_SUFFIX.source.tar
else else
# thunderbird
if [ -d thunderbird-$VERSION ]; then if [ -d thunderbird-$VERSION ]; then
pushd thunderbird-$VERSION pushd thunderbird-$VERSION
_repourl=$(hg paths) _repourl=$(hg paths)
@@ -51,15 +51,14 @@ else
fi fi
if [ ! -d thunderbird-$VERSION ]; then if [ ! -d thunderbird-$VERSION ]; then
echo "cloning new $BRANCH..." echo "cloning new $BRANCH..."
hg clone http://hg.mozilla.org/$BRANCH thunderbird-$VERSION hg clone http://hg.mozilla.org/releases/mozilla-$CHANNEL thunderbird-$VERSION
hg clone http://hg.mozilla.org/releases/comm-$CHANNEL thunderbird-$VERSION/comm
fi fi
pushd thunderbird-$VERSION pushd thunderbird-$VERSION
hg update --check hg update --check $MOZ_RELEASE_TAG
echo "running client.py..." pushd comm
[ "$RELEASE_TAG" == "default" ] || _extra="--comm-rev=$RELEASE_TAG --mozilla-rev=$RELEASE_TAG" hg update --check $RELEASE_TAG
# temporary! popd
_extra="--mozilla-repo=http://hg.mozilla.org/releases/mozilla-$CHANNEL $_extra"
python client.py checkout --skip-chatzilla --skip-venkman $_extra
popd popd
echo "creating archive..." echo "creating archive..."
rm -rf thunderbird-${VERSION}/{,comm/}other-licenses/7zstub rm -rf thunderbird-${VERSION}/{,comm/}other-licenses/7zstub