tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

64_geckoview_docs.py (888B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 config = {
      6    "stage_platform": "android-geckoview-docs",
      7    "mozconfig_platform": "android-arm",
      8    "mozconfig_variant": "nightly-android-lints",
      9    # geckoview-docs doesn't produce a package. So don't collect package metrics.
     10    "disable_package_metrics": True,
     11    "postflight_build_mach_commands": [
     12        [
     13            "android",
     14            "geckoview-docs",
     15            "--archive",
     16            "--upload",
     17            "mozilla/geckoview",
     18            "--upload-branch",
     19            "gh-pages",
     20            "--javadoc-path",
     21            "javadoc/{project}",
     22            "--upload-message",
     23            "Update {project} documentation to rev {revision}",
     24        ],
     25    ],
     26 }