Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Anitya to fedora-infra organization #887

Merged
merged 1 commit into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @release-monitoring
* @fedora-infra/anitya
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
:alt: Documentation Status
:target: https://anitya.readthedocs.io/en/latest/?badge=latest

.. image:: https://codecov.io/gh/release-monitoring/anitya/branch/master/graph/badge.svg
:target: https://codecov.io/gh/release-monitoring/anitya
.. image:: https://codecov.io/gh/fedora-infra/anitya/branch/master/graph/badge.svg
:target: https://codecov.io/gh/fedora-infra/anitya

.. image:: https://travis-ci.org/release-monitoring/anitya.svg?branch=master
:target: https://travis-ci.org/release-monitoring/anitya
.. image:: https://travis-ci.org/fedora-infra/anitya.svg?branch=master
:target: https://travis-ci.org/fedora-infra/anitya

.. image:: https://img.shields.io/lgtm/alerts/g/release-monitoring/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/release-monitoring/anitya/alerts/
.. image:: https://img.shields.io/lgtm/alerts/g/fedora-infra/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/fedora-infra/anitya/alerts/

.. image:: https://img.shields.io/lgtm/grade/javascript/g/release-monitoring/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/release-monitoring/anitya/context:javascript
.. image:: https://img.shields.io/lgtm/grade/javascript/g/fedora-infra/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/fedora-infra/anitya/context:javascript

.. image:: https://img.shields.io/lgtm/grade/python/g/release-monitoring/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/release-monitoring/anitya/context:python
.. image:: https://img.shields.io/lgtm/grade/python/g/fedora-infra/anitya.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/fedora-infra/anitya/context:python


======
Expand Down
4 changes: 2 additions & 2 deletions anitya/templates/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@
Anitya ({{ version }}):
<a href="{{ url_for('anitya_apiv1.api') }}">API</a>
--
<a href="https://github.com/release-monitoring/anitya">sources</a>
<a href="https://github.com/fedora-infra/anitya">sources</a>
--
<a href="https://github.com/release-monitoring/anitya/issues">issue tracker</a>
<a href="https://github.com/fedora-infra/anitya/issues">issue tracker</a>
.
©2013-2019 Red Hat, Inc., <a href="http://pingoured.fr">pingou</a>.
{% if cron_status %}
Expand Down
2 changes: 1 addition & 1 deletion anitya/tests/lib/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def test_check_project_check_times_exception(self):
@mock.patch.dict("anitya.config.config", {"GITHUB_ACCESS_TOKEN": "foobar"})
def test_check_project_version_too_long(self):
"""
Regression test for https://github.com/release-monitoring/anitya/issues/674
Regression test for https://github.com/fedora-infra/anitya/issues/674
Crash when version is too long
"""
project = models.Project(
Expand Down
2 changes: 1 addition & 1 deletion anitya/tests/lib/versions/test_calver.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def test_eq_both_nonsense(self):
def test_lt_no_delimiter(self):
"""
Assert CalendarVersion supports < comparison by full pattern.
Bug https://github.com/release-monitoring/anitya/issues/867.
Bug https://github.com/fedora-infra/anitya/issues/867.
"""
old_version = calver.CalendarVersion(version="20191018", pattern="YYYY0M0D")
new_version = calver.CalendarVersion(version="20191213", pattern="YYYY0M0D")
Expand Down
2 changes: 1 addition & 1 deletion anitya_schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
version="1.0.0",
description="JSON schema definitions for messages published by Anitya",
long_description=README,
url="https://github.com/release-monitoring/anitya/",
url="https://github.com/fedora-infra/anitya/",
# Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
Expand Down
4 changes: 2 additions & 2 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
&copy;{{ copyright }}.|
Powered by <a href="http://sphinx-doc.org/">Sphinx {{ sphinx_version }}</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster {{ alabaster_version }}</a>
(<a href="https://github.com/release-monitoring/anitya/tree/master/docs/_templates">customized</a>)
(<a href="https://github.com/fedora-infra/anitya/tree/master/docs/_templates">customized</a>)
|
<a href="https://github.com/release-monitoring/anitya/tree/master/docs/{{ pagename + ".rst"|e }}"
<a href="https://github.com/fedora-infra/anitya/tree/master/docs/{{ pagename + ".rst"|e }}"
rel="nofollow">{{ _('View source') }}</a>
</div>
{%- endblock %}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
# html_theme_options = {}
html_theme_options = {
"logo_name": True,
"github_user": "release-monitoring",
"github_user": "fedora-infra",
"github_repo": "anitya",
"page_width": "1040px",
}
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Development Guide
=================

Anitya welcomes contributions! Our issue tracker is located on
`GitHub <https://github.com/release-monitoring/anitya/issues>`_.
`GitHub <https://github.com/fedora-infra/anitya/issues>`_.


Contribution Guidelines
Expand Down Expand Up @@ -104,7 +104,7 @@ To get started, install Vagrant and Ansible. On Fedora::

Next, clone the repository and configure your Vagrantfile::

$ git clone https://github.com/release-monitoring/anitya.git
$ git clone https://github.com/fedora-infra/anitya.git
$ cd anitya
$ cp Vagrantfile.example Vagrantfile
$ vagrant up
Expand Down Expand Up @@ -152,7 +152,7 @@ Python virtualenv

Anitya can also be run in a Python virtualenv. For Fedora::

$ git clone https://github.com/release-monitoring/anitya.git
$ git clone https://github.com/fedora-infra/anitya.git
$ cd anitya
$ sudo dnf install python3-virtualenvwrapper
$ mkvirtualenv anitya
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ which files a Bugzilla bug against a package when the upstream project makes a n

Anitya provides a user-friendly interface to add, edit, or browse projects.

:Github page: https://github.com/release-monitoring/anitya
:Github page: https://github.com/fedora-infra/anitya

User Guide
==========
Expand Down
Loading