Commit 56facd38 authored by Julien Cristau's avatar Julien Cristau
Browse files

Bug 1811808 - fix pkg bouncer-check backport. a=release DONTBUILD

Bug 1737999 removed check_uptake on trunk, but it's still necessary on esr102.
parent 0b039814
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -130,14 +130,17 @@ config = {
        },
        "pkg": {
            "product-name": "Firefox-%(version)s-pkg-SSL",
            "check_uptake": True,
            "platforms": ["osx"],
        },
        "pkg-latest": {
            "product-name": "Firefox-esr-pkg-latest-SSL",
            "check_uptake": True,
            "platforms": ["osx"],
        },
        "pkg-next-latest": {
            "product-name": "Firefox-esr-next-pkg-latest-SSL",
            "check_uptake": True,
            "platforms": ["osx"],
        },
        "complete-mar": {