Skip to content

Commit

Permalink
Bug 1471004 - beetmove macosx pkg installer. r=sfraser, a=jcristau
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D33858

--HG--
extra : source : 2ad746de8d09c3f358b241d29b0296eea23e0ce0
extra : intermediate-source : 3cc0b90500a4e60c21b9bbda72ad022ed547eb85
extra : histedit_source : 9bbbf1c06e60fe8e6aee2f9e15982c5500ba3815
  • Loading branch information
escapewindow committed Jun 5, 2019
1 parent c55f36a commit bfb4e76
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
12 changes: 11 additions & 1 deletion taskcluster/taskgraph/manifests/firefox_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,20 @@ mapping:
- linux64-shippable
pretty_name: firefox-${version}.tar.bz2.asc
checksums_path: ${path_platform}/${locale}/firefox-${version}.tar.bz2.asc
target.dmg:
target.pkg:
<<: *default
description: "Main package installer for Mac OS X platforms"
all_locales: true
from:
- signing
only_for_platforms:
- macosx64-shippable
pretty_name: Firefox ${version}.pkg
checksums_path: ${path_platform}/${locale}/Firefox ${version}.pkg
target.dmg:
<<: *default
description: "Main package disk image for Mac OS X platforms"
all_locales: true
from:
- repackage
only_for_platforms:
Expand Down
21 changes: 20 additions & 1 deletion taskcluster/taskgraph/manifests/firefox_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,29 @@ mapping:
default:
- ${year}/${month}/${upload_date}-${branch}-l10n
- latest-${branch}-l10n
target.dmg:
target.pkg:
<<: *default
description: "Main package installer for Mac OS X platforms"
all_locales: true
from:
- signing
only_for_platforms:
- macosx64-shippable
pretty_name: firefox-${version}.${locale}.${filename_platform}.pkg
checksums_path: firefox-${version}.${locale}.${filename_platform}.pkg
destinations:
by-locale:
en-US:
- ${year}/${month}/${upload_date}-${branch}
- latest-${branch}
- latest-${branch}-l10n
default:
- ${year}/${month}/${upload_date}-${branch}-l10n
- latest-${branch}-l10n
target.dmg:
<<: *default
description: "Main package disk image for Mac OS X platforms"
all_locales: true
from:
- repackage
only_for_platforms:
Expand Down

0 comments on commit bfb4e76

Please sign in to comment.