mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
f85b06c132
We need to sign parts of the contents of the archives, so the mar's that we ship get built as part of the repackage task. Thus, there is no reason to also create and upload as part of the build, just to throw them away. Differential Revision: https://phabricator.services.mozilla.com/D6213 --HG-- extra : moz-landing-system : lando
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
# 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/.
|
|
|
|
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
|
|
export MAKECAB=$TOOLTOOL_DIR/makecab.exe
|