Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Update README with archive announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
onemahon authored Jun 17, 2024
1 parent db1d3d3 commit fe8a71c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# ⚠️ Update, June 2024: Migration to Mozilla Central Complete

As of Firefox 128, all future releases will be fully managed in Mozilla Central. We are archiving this Github repository as of June 17th. Please refer to our [Wiki announcement](https://github.com/mozilla-mobile/firefox-android/wiki#upcoming-migration-to-mozilla-central) for more context.

The latest documentation for contributing to Firefox for Android will be maintained in the main Firefox Source Docs, [here](https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/mc-quick-start.html).

As always, you can find our development team on [Matrix](https://wiki.mozilla.org/Matrix#Connect_to_Matrix), in the following channels:
* [#fenix:mozilla.org](https://chat.mozilla.org/#/room/#fenix:mozilla.org)
* [#focus-android:mozilla.org](https://chat.mozilla.org/#/room/#focus-android:mozilla.org)
* [#android-components:mozilla.org](https://chat.mozilla.org/#/room/#android-components:mozilla.org)
* [#geckoview:mozilla.org](https://chat.mozilla.org/#/room/#geckoview:mozilla.org)

---

This repository hosts the Firefox for Android (Fenix), Focus on Android, and Mozilla Android Components projects.

Expand Down

1 comment on commit fe8a71c

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-mobile/firefox-android:branch:main","queue:route:checks","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AllOf": [
    "queue:route:tc-treeherder.v2.firefox-android.fe8a71cd70ad5674abe1824fe11dc78372b736c2",
    "queue:route:index.mobile.v2.firefox-android.branch.main.latest.taskgraph.decision",
    "queue:route:index.mobile.v2.firefox-android.branch.main.revision.fe8a71cd70ad5674abe1824fe11dc78372b736c2.taskgraph.decision",
    "queue:route:index.mobile.v2.firefox-android.revision.fe8a71cd70ad5674abe1824fe11dc78372b736c2.taskgraph.decision",
    "queue:scheduler-id:mobile-level-3",
    {
      "AnyOf": [
        "queue:create-task:highest:mobile-3/decision-gcp",
        "queue:create-task:very-high:mobile-3/decision-gcp",
        "queue:create-task:high:mobile-3/decision-gcp",
        "queue:create-task:medium:mobile-3/decision-gcp",
        "queue:create-task:low:mobile-3/decision-gcp",
        "queue:create-task:very-low:mobile-3/decision-gcp",
        "queue:create-task:lowest:mobile-3/decision-gcp"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "assume:repo:github.com/mozilla-mobile/firefox-android:branch:main",
    "queue:route:checks",
    "queue:route:tc-treeherder.v2.firefox-android.fe8a71cd70ad5674abe1824fe11dc78372b736c2",
    "queue:route:index.mobile.v2.firefox-android.branch.main.latest.taskgraph.decision",
    "queue:route:index.mobile.v2.firefox-android.branch.main.revision.fe8a71cd70ad5674abe1824fe11dc78372b736c2.taskgraph.decision",
    "queue:route:index.mobile.v2.firefox-android.revision.fe8a71cd70ad5674abe1824fe11dc78372b736c2.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:mobile-level-3",
    {
      "AnyOf": [
        "queue:create-task:highest:mobile-3/decision-gcp",
        "queue:create-task:very-high:mobile-3/decision-gcp",
        "queue:create-task:high:mobile-3/decision-gcp",
        "queue:create-task:medium:mobile-3/decision-gcp",
        "queue:create-task:low:mobile-3/decision-gcp",
        "queue:create-task:very-low:mobile-3/decision-gcp",
        "queue:create-task:lowest:mobile-3/decision-gcp"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-06-17T05:22:38.191Z

Please sign in to comment.