Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/gecko-projects
r/o mirror of hg.mozilla.org/projects/ -- 'master' never updated, check the branch you care about.
https://github.com/mozilla/gecko-projects
Last synced: about 2 months ago
JSON representation
r/o mirror of hg.mozilla.org/projects/ -- 'master' never updated, check the branch you care about.
- Host: GitHub
- URL: https://github.com/mozilla/gecko-projects
- Owner: mozilla
- Created: 2013-10-11T22:24:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T13:52:52.000Z (over 4 years ago)
- Last Synced: 2024-05-22T15:34:00.527Z (8 months ago)
- Homepage:
- Size: 3.54 GB
- Stars: 61
- Watchers: 28
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mozilla - gecko-projects - The layout engine developed by the Mozilla Project (Projects)
README
gecko-projects
==============This repository is synced from hg.mozilla.org and should be read-only.
Note: 'master' branch is rairly updated - view the branch you care about
to see how recent it is. It should be within ~30 minutes of
hg.mozilla.org copy.This repo is intended to be used with gecko-dev. For instance, to add the 'alder' branch to your local repository:
git clone https://github.com/mozilla/gecko-dev.git
cd gecko-dev
# Add a new 'projects' remote
git remote add projects https://github.com/mozilla/gecko-projects.git
# Add a new branch from gecko-projects. For this example, let's say 'alder'.
BRANCH=alder
# Set the list of branches we care about; this will discard any previous branches
git remote set-branches projects $BRANCH
# To append to the list, use --add:
# git remote set-branches --add projects $BRANCH
git fetch projects
git checkout $BRANCHSince the mercurial repositories being synced have less strict rules, there is a higher likelihood of a commit that may cause sync issues. Mozilla Release Engineering reserves the right to reset this repo and resync at any point, should it become necessary.