Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Move repo to mozilla-releng
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Oct 20, 2016
1 parent 5a1490b commit 805d354
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fennec-aurora-task-creator

[![Build Status](https://travis-ci.org/JohanLorenzo/fennec-aurora-task-creator.svg?branch=master)](https://travis-ci.org/JohanLorenzo/fennec-aurora-task-creator) [![Coverage Status](https://coveralls.io/repos/github/JohanLorenzo/fennec-aurora-task-creator/badge.svg?branch=master)](https://coveralls.io/github/JohanLorenzo/fennec-aurora-task-creator?branch=master)
[![Build Status](https://travis-ci.org/mozilla-releng/fennec-aurora-task-creator.svg?branch=master)](https://travis-ci.org/mozilla-releng/fennec-aurora-task-creator) [![Coverage Status](https://coveralls.io/repos/github/mozilla-releng/fennec-aurora-task-creator/badge.svg?branch=master)](https://coveralls.io/github/mozilla-releng/fennec-aurora-task-creator?branch=master)

Create publishing tasks once Firefox for Android nightlies are built. It currently only supports publishing to Google Play Store.

Expand Down
4 changes: 2 additions & 2 deletions fennec_aurora_task_creator/test/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def utcnow(cls):
'name': 'Google Play Publisher',
'description': 'Publishes Aurora builds to Google Play Store',
'owner': 'r@m.c',
'source': 'https://github.com/JohanLorenzo/fennec-aurora-task-creator',
'source': 'https://github.com/mozilla-releng/fennec-aurora-task-creator',
},
'payload': {
'apks': {
Expand Down Expand Up @@ -299,7 +299,7 @@ def assert_create_task_is_called_with_right_arguments(payload, _):
'name': 'Google Play Publisher',
'description': 'Publishes Aurora builds to Google Play Store',
'owner': 'r@m.c',
'source': 'https://github.com/JohanLorenzo/fennec-aurora-task-creator',
'source': 'https://github.com/mozilla-releng/fennec-aurora-task-creator',
},
'payload': {
'apks': {
Expand Down
2 changes: 1 addition & 1 deletion source_url.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/JohanLorenzo/fennec-aurora-task-creator
https://github.com/mozilla-releng/fennec-aurora-task-creator

0 comments on commit 805d354

Please sign in to comment.