#172 Replace references to fedorahosted in URLs with pagure
Merged 5 years ago by pingou. Opened 5 years ago by ankursinha.
ankursinha/fedocal remove-fedorahosted  into  master

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  

  Get this project:

  -----------------

- Source:  https://pagure.io/fedocal

+ Source:  https://pagure.io/fedocal.git/

  Mirror on github: https://github.com/fedora-infra/fedocal

  (Please use Pagure as the main repository and make sure

  you run your patch against it)

file modified
+1 -1
@@ -28,4 +28,4 @@ 

     you?

  

     Come to see us on IRC: ``#fedora-apps`` on irc.freenode.net or via the

-    `trac of the project <http://fedorahosted.org/fedocal/>`_.

+    `issue tracker of the project <https://pagure.io/fedocal/>`_.

file modified
+1 -1
@@ -6,7 +6,7 @@ 

  

  Clone the source::

  

-  git clone http://git.fedorahosted.org/git/fedocal.git

+  git clone https://pagure.io/fedocal.git

  

  

  Copy the configuration files::

file modified
+3 -3
@@ -8,13 +8,13 @@ 

  

  ::

  

-   git clone http://git.fedorahosted.org/git/fedocal.git

+   git clone https://pagure.io/fedocal.git

  

  Contributors:

  

  ::

  

-   git clone ssh://<FAS user>@git.fedorahosted.org/git/fedocal.git

+   git clone ssh://<FAS user>@git.pagure.io/fedocal.git

  

  

  Dependencies
@@ -119,7 +119,7 @@ 

  trac.

  

  .. note:: You can send your patch by email to the `fedocal mailing-list

-           <https://lists.fedorahosted.org/mailman/listinfo/fedocal>`_

+           <https://lists.fedoraproject.org/archives/list/fedocal@lists.fedorahosted.org/>`_

  

  

  Unit-tests

file modified
+4 -4
@@ -25,14 +25,14 @@ 

  

  Resources:

  

- - `Home page <http://fedorahosted.org/fedocal/>`_

+ - `Home page <http://pagure.io/fedocal/>`_

  - `Documentation <http://fedocal.rtfd.org/>`_

- - `Git repository <http://git.fedorahosted.org/git/fedocal>`_

+ - `Git repository <https://pagure.io/fedocal.git>`_

  - `Github mirror <https://github.com/fedora-infra/fedocal>`_

  - `Discussion mailing-list

-   <https://lists.fedorahosted.org/mailman/listinfo/fedocal>`_

+   <https://lists.fedoraproject.org/archives/list/fedocal@lists.fedorahosted.org/>`_

  - `Developer mailing-list

-   <https://lists.fedorahosted.org/mailman/listinfo/fedocal-devel>`_ (this

+   <https://lists.fedoraproject.org/archives/list/fedocal-devel@lists.fedorahosted.org/>`_ (this

    contains changes in the trac as well as commit notifications. It is not

    intended for discussion)

  

file modified
+1 -1
@@ -98,7 +98,7 @@ 

  .. note:: To create a new calendar in the `Fedora instance of fedocal

            <https://apps.fedoraproject.org/calendar>`_ you will need to

            create a ticket on the `infrastructure trac

-           <https://fedorahosted.org/fedora-infrastructure/>`_

+           <https://pagure.io/fedora-infrastructure/>`_

  

  

  Edit a calendar

file modified
+2 -2
@@ -16,8 +16,8 @@ 

  Summary:        A web based calendar application

  

  License:        GPLv3+

- URL:            http://fedorahosted.org/fedocal/

- Source0:        https://fedorahosted.org/releases/f/e/fedocal/%{name}-%{version}.tar.gz

+ URL:            https://pagure.io/fedocal/

+ Source0:        https://pagure.io/fedocal/releases/%{name}-%{version}.tar.gz

  

  BuildArch:      noarch

  

@@ -75,7 +75,7 @@ 

  

          <p id="footer">

            Copyright &copy; 2012-2014 Red Hat

-           <a href="https://fedorahosted.org/fedocal/">fedocal</a>

+           <a href="https://pagure.io/fedocal/">fedocal</a>

            -- {{version}}

            -- <a href="http://fedocal.rtfd.org" rel="noopener noreferrer"

                target="_blank">{{ _('Documentation') }}</a>

@@ -75,7 +75,7 @@ 

  

          <p id="footer">

            Copyright &copy; 2012-2015 Red Hat

-           <a href="https://fedorahosted.org/fedocal/">fedocal</a>

+           <a href="https://pagure.io/fedocal/">fedocal</a>

            -- {{version}}

            -- <a href="http://fedocal.rtfd.org" rel="noopener noreferrer"

                target="_blank">{{ _('Documentation') }}</a>

file modified
+2 -2
@@ -41,8 +41,8 @@ 

      maintainer='Pierre-Yves Chibon',

      maintainer_email='pingou@pingoured.fr',

      license='GPLv3+',

-     download_url='https://fedorahosted.org/releases/f/e/fedocal/',

-     url='https://fedorahosted.org/fedocal/',

+     download_url='https://pagure.io/fedocal/releases/',

+     url='https://pagure.io/fedocal/',

      packages=['fedocal'],

      include_package_data=True,

      scripts=['fedocal_cron.py'],

Hi,

The PR replaces the references to fedorahosted with Pagure, which is the new home of this project. A few issues:

  • There are no releases here on the Pagure of fedocal
  • I don't know what to change the references to tickets in the code (in fedocal/api.py, and fedocal/forms.py) to, so I haven't touched them.
  • While the MLs are mentioned, and I've updated their URLs too, they don't seem active anymore

Cheers,
Ankur :)

Looks like this conflicts now, I think part of this has been fixed in a PR in github but not all of it so do you think you could rebase your PR?

rebased onto 6e961d6

5 years ago

I rebased it on to master. Could you take a look? Thanks :)

rebased onto f0539b4

5 years ago

Commit 564774b fixes this pull-request

Pull-Request has been merged by pingou

5 years ago