Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Bug Bug 1277838: Remove any reference to git.mozilla.org. r=garndt
Browse files Browse the repository at this point in the history
git.m.o will be gone, so we move repo caches to other repositories.
Additionally, we remove the deprecated cache.js module.
  • Loading branch information
Wander Lairson Costa committed Jun 28, 2016
1 parent 474f1d1 commit 523df98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 92 deletions.
87 changes: 0 additions & 87 deletions src/cache.js

This file was deleted.

6 changes: 1 addition & 5 deletions src/cli/moz-cache.js
Expand Up @@ -43,17 +43,13 @@ export default async function main(config, argv) {
'https://hg.mozilla.org/integration/gaia-2_2r/',
'https://hg.mozilla.org/integration/fx-team/',
'https://hg.mozilla.org/integration/fx-team',
'https://git.mozilla.org/b2g/B2G.git',
'https://hg.mozilla.org/integration/gaia-central',
'https://hg.mozilla.org/integration/gaia-central/',
'https://git.mozilla.org/b2g/B2G',
'https://github.com/mozilla-b2g/gaia',
'https://github.com/mozilla-b2g/B2G',
'https://github.com/mozilla-b2g/B2G-manifest',
'https://github.com/mozilla-b2g/moztt',
'https://github.com/mozilla/gecko-dev',
'https://git.mozilla.org/build/tooltool.git',
'https://git.mozilla.org/external/google/gerrit/git-repo.git',
'https://hg.mozilla.org/projects/alder',
'https://hg.mozilla.org/projects/alder/',
'https://hg.mozilla.org/projects/cypress',
Expand Down Expand Up @@ -209,7 +205,7 @@ function generateRepoCacheTaskDefinition(emulator, type) {
var date = new Date();
var deadline = setDeadline(new Date(date.getTime()), 4);
var repo = '';
var B2GUrl = 'https://git.mozilla.org/b2g/B2G';
var B2GUrl = 'https://github.com/mozilla-b2g/B2G';

if (type === 'emulator_url') {
repo = ["https://hg.mozilla.org/mozilla-central/raw-file/default/b2g/config", emulator, "sources.xml"].join('/');
Expand Down

0 comments on commit 523df98

Please sign in to comment.