Created
April 5, 2019 17:29
-
-
Save MihaiTabara/8459c9a5730ca30532954ff214006a49 to your computer and use it in GitHub Desktop.
pkg.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/taskcluster/taskgraph/manifests/firefox_candidates.yml b/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
--- a/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
+++ b/taskcluster/taskgraph/manifests/firefox_candidates.yml | |
@@ -32,16 +32,17 @@ | |
s3_bucket_paths: | |
- pub/firefox/candidates | |
default_locales: | |
- en-US | |
tasktype_map: | |
build: build | |
signing: signing | |
mar-signing: signing | |
+ mac-pkg: signing | |
partials-signing: signing | |
repackage: repackage | |
repackage-signing: repackage | |
repackage-signing-msi: repackage | |
release-sign-and-push-langpacks: scriptworker | |
platform_names: | |
path_platform: | |
by-platform: | |
@@ -277,16 +278,28 @@ mapping: | |
description: "Main package installer for Mac OS X platforms" | |
all_locales: true | |
from: | |
- repackage | |
only_for_platforms: | |
- macosx64-nightly | |
pretty_name: Firefox ${version}.dmg | |
checksums_path: ${path_platform}/${locale}/Firefox ${version}.dmg | |
+ target.pkg: | |
+ <<: *default | |
+ description: "Signed pkg installer" | |
+ all_locales: true | |
+ from: | |
+ - mac-pkg | |
+ only_for_platforms: | |
+ - macosx64-nightly | |
+ - macosx64-shippable/opt | |
+ - macosx64-devedition-nightly/opt | |
+ pretty_name: Firefox ${version}.pkg | |
+ checksums_path: ${path_platform}/${locale}/Firefox ${version}.pkg | |
target.zip: | |
<<: *default | |
description: "Main package installer for Windows platforms" | |
all_locales: true | |
from: | |
- signing | |
only_for_platforms: | |
- win64-nightly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment