Skip to content

Commit acc11c5

Browse files
author
Peter Bengtsson
authored
fixes bug 1359927 - Move repo from github.com/mozilla to github.com/m… (mozilla-services#73)
* fixes bug 1359927 - Move repo from github.com/mozilla to github.com/mozilla-services * remove incorrectly edited but redundant templates
1 parent bc60b85 commit acc11c5

File tree

8 files changed

+12
-68
lines changed

8 files changed

+12
-68
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Tecken - All things Mozilla Symbol Server
22
=========================================
33

4-
[![CircleCI](https://circleci.com/gh/mozilla/tecken.svg?style=svg)](https://circleci.com/gh/mozilla/tecken)
5-
[![codecov](https://codecov.io/gh/mozilla/tecken/branch/master/graph/badge.svg)](https://codecov.io/gh/mozilla/tecken)
6-
[![Updates](https://pyup.io/repos/github/mozilla/tecken/shield.svg)](https://pyup.io/repos/github/mozilla/tecken/)
4+
[![CircleCI](https://circleci.com/gh/mozilla-services/tecken.svg?style=svg)](https://circleci.com/gh/mozilla-services/tecken)
5+
[![codecov](https://codecov.io/gh/mozilla-services/tecken/branch/master/graph/badge.svg)](https://codecov.io/gh/mozilla-services/tecken)
6+
[![Updates](https://pyup.io/repos/github/mozilla-services/tecken/shield.svg)](https://pyup.io/repos/github/mozilla-services/tecken/)
77

88

99
Please use the documentation on: **https://tecken.readthedocs.io**

contribute.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
]
99
},
1010
"repository": {
11-
"url": "https://github.com/mozilla/tecken",
11+
"url": "https://github.com/mozilla-services/tecken",
1212
"license": "MPL 2.0"
1313
},
1414
"bugs": {
15-
"list": "https://github.com/mozilla/tecken/issues",
16-
"report": "https://github.com/mozilla/tecken/issues/new"
15+
"list": "https://github.com/mozilla-services/tecken/issues",
16+
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&component=Symbols"
1717
},
1818
"urls": {
19-
"prod": "https://symbolserver.mozilla.org/",
20-
"staging": "https://symbolserver.allizom.org/"
19+
"dev": "https://symbols.dev.mozaws.net"
2120
}
2221
}

docs/deployment.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Environments
99

1010
Mozilla Symbol Server is deployed in 3 different environments:
1111

12-
1. Production (https://symbols.mozilla.org)
12+
1. Production (https://symbols.mozilla.org SOON!)
1313

1414
2. Stage (DOMAIN TO BE DECIDED)
1515

@@ -42,7 +42,7 @@ made on the same date, append a hyphen and a number. For example::
4242

4343
git tag -s -a 2017.04.17-2 -m "Fix for sudden problem"
4444

45-
.. _CircleCI: https://circleci.com/gh/mozilla/tecken
45+
.. _CircleCI: https://circleci.com/gh/mozilla-services/tecken
4646
.. _`Docker Hub`: https://hub.docker.com/r/mozilla/tecken/
4747

4848
Automation

docs/download.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Its rewrite rules contained two legacy solutions:
2121
The old symbol download server was using ``symbols.mozilla.org`` and
2222
was accessible only with ``http://``.
2323

24-
.. _`symbols.m.o`: https://github.com/mozilla/symbols.m.o
24+
.. _`symbols.m.o`: https://github.com/mozilla-services/symbols.m.o
2525
.. _`Uppercase the debug ID`: https://bugzilla.mozilla.org/show_bug.cgi?id=660932
2626

2727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/mozilla/tecken.git"
7+
"url": "git://github.com/mozilla-services/tecken.git"
88
},
99
"license": "MPL-2.0",
1010
"dependencies": {}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
description='The Mozilla Symbol Server',
99
author='Mozilla',
1010
author_email='[email protected]',
11-
url='https://github.com/mozilla/tecken',
11+
url='https://github.com/mozilla-services/tecken',
1212
license='MPL 2.0',
1313
classifiers=[
1414
'Development Status :: 5 - Production/Stable',

tecken/templates/account/base.html

-1
This file was deleted.

tecken/templates/account/login.html

-54
This file was deleted.

0 commit comments

Comments
 (0)