Skip to content

Commit 8fc2819

Browse files
authored
Rename mozilla/balrog repo to mozilla-releng/balrog (#1037)
* Rename mozilla/balrog repo to mozilla-releng/balrog * Update .taskcluster.yml
1 parent 703ec83 commit 8fc2819

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

.taskcluster.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tasks:
7373
provisionerId: releng-t
7474
workerType: linux
7575
scopes:
76-
- secrets:get:repo:github.com/mozilla/balrog:coveralls
76+
- secrets:get:repo:github.com/mozilla-releng/balrog:coveralls
7777
routes: []
7878
payload:
7979
maxRunTime: 1200
@@ -87,7 +87,7 @@ tasks:
8787
- "/bin/bash"
8888
- "-c"
8989
- >-
90-
export COVERALLS_REPO_TOKEN=$(curl 'taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:coveralls' | python -c 'import json, sys; a = json.load(sys.stdin); print(a["secret"]["repo_token"])') &&
90+
export COVERALLS_REPO_TOKEN=$(curl 'taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:coveralls' | python -c 'import json, sys; a = json.load(sys.stdin); print(a["secret"]["repo_token"])') &&
9191
git clone ${repo_url} balrog &&
9292
cd balrog &&
9393
git checkout ${head_sha} &&
@@ -256,7 +256,7 @@ tasks:
256256
provisionerId: releng-3
257257
workerType: linux
258258
scopes:
259-
- secrets:get:repo:github.com/mozilla/balrog:dockerhub
259+
- secrets:get:repo:github.com/mozilla-releng/balrog:dockerhub
260260
routes: []
261261
payload:
262262
maxRunTime: 3600
@@ -280,7 +280,7 @@ tasks:
280280
provisionerId: releng-3
281281
workerType: linux
282282
scopes:
283-
- secrets:get:repo:github.com/mozilla/balrog:dockerhub
283+
- secrets:get:repo:github.com/mozilla-releng/balrog:dockerhub
284284
routes: []
285285
payload:
286286
maxRunTime: 3600
@@ -307,13 +307,13 @@ tasks:
307307
provisionerId: releng-3
308308
workerType: linux
309309
scopes:
310-
- secrets:get:repo:github.com/mozilla/balrog:s3-stage-aws-creds
311-
- secrets:get:repo:github.com/mozilla/balrog:s3-stage-app-config
310+
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-stage-aws-creds
311+
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-stage-app-config
312312
routes: []
313313
payload:
314314
env:
315-
AWS_CREDENTIALS_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:s3-stage-aws-creds
316-
APP_CONFIG_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:s3-stage-app-config
315+
AWS_CREDENTIALS_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:s3-stage-aws-creds
316+
APP_CONFIG_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:s3-stage-app-config
317317
WEBSITE_BUCKET: balrog-stage-balrog-static-admin-stage-static-website
318318
maxRunTime: 3600
319319
image: "node:10"
@@ -338,13 +338,13 @@ tasks:
338338
provisionerId: releng-3
339339
workerType: linux
340340
scopes:
341-
- secrets:get:repo:github.com/mozilla/balrog:s3-prod-aws-creds
342-
- secrets:get:repo:github.com/mozilla/balrog:s3-prod-app-config
341+
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-prod-aws-creds
342+
- secrets:get:repo:github.com/mozilla-releng/balrog:s3-prod-app-config
343343
routes: []
344344
payload:
345345
env:
346-
AWS_CREDENTIALS_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:s3-prod-aws-creds
347-
APP_CONFIG_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:s3-prod-app-config
346+
AWS_CREDENTIALS_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:s3-prod-aws-creds
347+
APP_CONFIG_SECRET: http://taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:s3-prod-app-config
348348
WEBSITE_BUCKET: balrog-prod-balrog-static-admin-prod-static-website
349349
maxRunTime: 3600
350350
image: "node:10"

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Clone from git using
1010

1111
::
1212

13-
$ git clone https://github.com/mozilla/balrog
13+
$ git clone https://github.com/mozilla-releng/balrog
1414

1515
Installation
1616
------------
@@ -94,7 +94,7 @@ License
9494
Balrog is released under `Mozilla Public License 2.0 <https://opensource.org/licenses/MPL-2.0>`_.
9595

9696

97-
.. |CI| image:: https://github.taskcluster.net/v1/repository/mozilla/balrog/master/badge.svg
98-
:target: https://github.taskcluster.net/v1/repository/mozilla/balrog/master/latest
99-
.. |Coverage| image:: https://coveralls.io/repos/github/mozilla/balrog/badge.svg?branch=master
100-
:target: https://coveralls.io/github/mozilla/balrog?branch=master
97+
.. |CI| image:: https://github.taskcluster.net/v1/repository/mozilla-releng/balrog/master/badge.svg
98+
:target: https://github.taskcluster.net/v1/repository/mozilla-releng/balrog/master/latest
99+
.. |Coverage| image:: https://coveralls.io/repos/github/mozilla-releng/balrog/badge.svg?branch=master
100+
:target: https://coveralls.io/github/mozilla-releng/balrog?branch=master

agent/scripts/push-dockerimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
tags=( $@ )
66

7-
password_url="taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:dockerhub"
7+
password_url="taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:dockerhub"
88
artifact_url="taskcluster/queue/v1/task/${TASK_ID}/runs/${RUN_ID}/artifacts/public/docker-image-shasum256.txt"
99
artifact_expiry=$(date -d "+1 year" -u +%FT%TZ)
1010
@@ -27,7 +27,7 @@ cat > version.json <<EOF
2727
{
2828
"commit": "${commit}",
2929
"version": "${version}",
30-
"source": "https://github.com/mozilla/balrog",
30+
"source": "https://github.com/mozilla-releng/balrog",
3131
"build": "https://tools.taskcluster.net/task-inspector/#${TASK_ID}"
3232
}
3333
EOF

agent/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
name="balrogagent",
3030
description="Balrog Agent",
3131
version=version,
32-
url="https://github.com/mozilla/balrog",
32+
url="https://github.com/mozilla-releng/balrog",
3333
license="MPL",
3434
author="Mozilla Release Engineering",
3535
author_email="[email protected]",

agent/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commit": "stub",
33
"version": "stub",
4-
"source": "https://github.com/mozilla/balrog",
4+
"source": "https://github.com/mozilla-releng/balrog",
55
"build": "https://tools.taskcluster.net/task-inspector/#XXXXXXXXXXXXXXXXXX"
66
}

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
description="Balrog Admin API Client",
2929
author="Mozilla Release Engineers",
3030
author_email="[email protected]",
31-
url="https://github.com/mozilla/balrog",
31+
url="https://github.com/mozilla-releng/balrog",
3232
license="MPL-2.0",
3333
packages=find_packages("src"),
3434
package_dir={"": "src"},

docs/source/codeoverview.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Code Overview
44

55
Balrog's code is divided into the following parts:
66

7-
- `Blobs <https://github.com/mozilla/balrog/tree/master/auslib/blobs>`_: These contain most of the brains (business logic) behind Balrog. They know how to validate new data coming into the system and translate existing data into useful responses to update requests.
7+
- `Blobs <https://github.com/mozilla-releng/balrog/tree/master/src/auslib/blobs>`_: These contain most of the brains (business logic) behind Balrog. They know how to validate new data coming into the system and translate existing data into useful responses to update requests.
88

9-
- `Database Abstraction Layer <https://github.com/mozilla/balrog/blob/master/auslib/db.py>`_:This layer sits between the actual database and the applications. It defines the database schema, performs permissions checking, and ensures all changes are written to history tables. Higher level code should never touch the database directly - they should always go through this layer.
9+
- `Database Abstraction Layer <https://github.com/mozilla-releng/balrog/blob/master/src/auslib/db.py>`_:This layer sits between the actual database and the applications. It defines the database schema, performs permissions checking, and ensures all changes are written to history tables. Higher level code should never touch the database directly - they should always go through this layer.
1010

11-
- `User-facing application <https://github.com/mozilla/balrog/tree/master/auslib/web>`_: The entry point to requests from applications looking for updates.
11+
- `User-facing application <https://github.com/mozilla-releng/balrog/tree/master/src/auslib/web>`_: The entry point to requests from applications looking for updates.
1212

13-
- `Admin API <https://github.com/mozilla/balrog/tree/master/auslib/web/admin>`_: A simple RESTful API that allows the Admin UI and automation to make changes to Balrog's database.
13+
- `Admin API <https://github.com/mozilla-releng/balrog/tree/master/src/auslib/web/admin>`_: A simple RESTful API that allows the Admin UI and automation to make changes to Balrog's database.
1414

15-
- `The Admin UI <https://github.com/mozilla/balrog/tree/master/ui>`_ : A human-friendly interface to manage updates.
15+
- `The Admin UI <https://github.com/mozilla-releng/balrog/tree/master/src/ui>`_ : A human-friendly interface to manage updates.
1616

17-
- `The Balrog Agent <https://github.com/mozilla/balrog/tree/master/agent>`_: A long running process that is responsible for enacting Schedule Changes.
17+
- `The Balrog Agent <https://github.com/mozilla-releng/balrog/tree/master/src/agent>`_: A long running process that is responsible for enacting Schedule Changes.

docs/source/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These instructions assume you have the following installed (if not, you can foll
1919
Cloning the Repository
2020
----------------------
2121

22-
- Fork the `Balrog Repository <https://github.com/mozilla/balrog>`_ on GitHub.
22+
- Fork the `Balrog Repository <https://github.com/mozilla-releng/balrog>`_ on GitHub.
2323
- Clone the fork using
2424

2525
::

react-ui/src/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const DIALOG_ACTION_INITIAL_STATE = {
7575
};
7676
export const EMPTY_MENU_ITEM_CHAR = '-';
7777
// product/action restrictions need to match the backend definitions from
78-
// https://github.com/mozilla/balrog/blob/master/auslib/db.py#L2144
78+
// https://github.com/mozilla-releng/balrog/blob/master/auslib/db.py#L2144
7979
export const PERMISSION_RESTRICTION_MAPPINGS = {
8080
admin: {
8181
restrict_products: true,

scripts/push-dockerimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shift
77

88
tags=( $@ )
99

10-
password_url="taskcluster/secrets/v1/secret/repo:github.com/mozilla/balrog:dockerhub"
10+
password_url="taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/balrog:dockerhub"
1111
artifact_url="taskcluster/queue/v1/task/${TASK_ID}/runs/${RUN_ID}/artifacts/public/docker-image-shasum256.txt"
1212
artifact_expiry=$(date -d "+1 year" -u +%FT%TZ)
1313
@@ -30,7 +30,7 @@ cat > version.json <<EOF
3030
{
3131
"commit": "${commit}",
3232
"version": "${version}",
33-
"source": "https://github.com/mozilla/balrog",
33+
"source": "https://github.com/mozilla-releng/balrog",
3434
"build": "https://tools.taskcluster.net/task-inspector/#${TASK_ID}"
3535
}
3636
EOF

0 commit comments

Comments
 (0)