DeveloperServices/git: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(added CPU idle %)
(added bugzilla queries)
Line 20: Line 20:
If you suspect issues, please follow the steps in order until you get a response:
If you suspect issues, please follow the steps in order until you get a response:


# Check [[#status|status]]
# Check [[#status|status]] and [[#known_issues|known issues]]
# For Firefox related work, ask the sheriffs in #releng or #developers
# For Firefox related work, ask the sheriffs in #releng or #developers
# For FxOS related work, ask in #b2g
# For FxOS related work, ask in #b2g
Line 27: Line 27:
#* please be specific about error codes - there's a big difference between 500 (hg) and 503 (load balancer)!
#* please be specific about error codes - there's a big difference between 500 (hg) and 503 (load balancer)!
# If urgent and important, escalate bug to #moc (they escalate to [[DeveloperServices]] as needed)
# If urgent and important, escalate bug to #moc (they escalate to [[DeveloperServices]] as needed)
<div id="known_issues"></div>
== Known Issues ==
Currently open (will improve search over time):
<bugzilla>
    {
        "quicksearch": "OPEN",
        "product": "Developer Services",
        "component": "git",
        "include_fields": "id,priority,summary"
    }
</bugzilla>


= Recent Changes =
= Recent Changes =
[https://bugzilla.mozilla.org/buglist.cgi?list_id=11918881&resolution=FIXED&chfieldto=Now&chfield=bug_status&query_format=advanced&chfieldfrom=-2w&chfieldvalue=resolved&bug_status=RESOLVED&bug_status=VERIFIED&component=git&product=Developer%20Services Bugs fixed] in last 2 weeks:
<bugzilla>
    {
        "resolution": "fixed",
        "status": ["RESOLVED", "VERIFIED"],
        "chfieldfrom": "-2w",
        "chfield": "resolution",
        "chfieldvalue": "fixed",
        "product": "Developer Services",
        "component": "git",
        "include_fields": "id,priority,summary"
    }
</bugzilla>


= Requesting Services =
= Requesting Services =

Revision as of 17:35, 27 January 2015

Git DVCS Service

Overview

git.mozilla.org is our primary Git service access point. This hosts all FxOS related code, including mirrors of upstream repositories used in building FxOS.

We are continually making improvements to the service, so please use this as the launch page for any questions or service requests.

Status

The high level status of git and supporting infrastructure can be seen on the main Mozilla status page. You can also view current host load.


Troubleshooting and Problem Reporting

Note: see also the references section for tips and tools to avoid issues.

If you suspect issues, please follow the steps in order until you get a response:

  1. Check status and known issues
  2. For Firefox related work, ask the sheriffs in #releng or #developers
  3. For FxOS related work, ask in #b2g
  4. File a bug under Developer Services :: Git
    • please include an accurate time (with time zone)
    • please be specific about error codes - there's a big difference between 500 (hg) and 503 (load balancer)!
  5. If urgent and important, escalate bug to #moc (they escalate to DeveloperServices as needed)

Known Issues

Currently open (will improve search over time):

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Recent Changes

Bugs fixed in last 2 weeks:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Requesting Services

References

Git is used slightly differently by different teams (e.g. localization vs coding). In general, consult with others where differences are noted.