Commit df40736e authored by Julien Cristau's avatar Julien Cristau
Browse files

Bug 1811808 - add bouncer-check support for mac pkg products. r=releng-reviewers,gbrown a=pascalc

parent 20c27559
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -88,6 +88,14 @@ config = {
                "win64",
            ],
        },
        "pkg": {
            "product-name": "Firefox-%(version)s-pkg-SSL",
            "platforms": ["osx"],
        },
        "pkg-latest": {
            "product-name": "Firefox-beta-pkg-latest-SSL",
            "platforms": ["osx"],
        },
        "stub-installer": {
            "product-name": "Firefox-%(version)s-stub",
            "check_uptake": True,
+12 −0
Original line number Diff line number Diff line
@@ -128,6 +128,18 @@ config = {
                "win64",
            ],
        },
        "pkg": {
            "product-name": "Firefox-%(version)s-pkg-SSL",
            "platforms": ["osx"],
        },
        "pkg-latest": {
            "product-name": "Firefox-esr-pkg-latest-SSL",
            "platforms": ["osx"],
        },
        "pkg-next-latest": {
            "product-name": "Firefox-esr-next-pkg-latest-SSL",
            "platforms": ["osx"],
        },
        "complete-mar": {
            "product-name": "Firefox-%(version)s-Complete",
            "check_uptake": True,
+8 −0
Original line number Diff line number Diff line
@@ -75,5 +75,13 @@ config = {
                "win64-aarch64",
            ],
        },
        "pkg-latest": {
            "product-name": "Firefox-nightly-pkg-latest-ssl",
            "platforms": ["osx"],
        },
        "pkg-latest-l10n": {
            "product-name": "Firefox-nightly-pkg-latest-l10n-ssl",
            "platforms": ["osx"],
        },
    },
}
+8 −0
Original line number Diff line number Diff line
@@ -106,6 +106,14 @@ config = {
                "win64-aarch64",
            ],
        },
        "pkg": {
            "product-name": "Firefox-%(version)s-pkg-SSL",
            "platforms": ["osx"],
        },
        "pkg-latest": {
            "product-name": "Firefox-pkg-latest-SSL",
            "platforms": ["osx"],
        },
        "complete-mar": {
            "product-name": "Firefox-%(version)s-Complete",
            "check_uptake": True,