Skip to content

Commit 23f40e8

Browse files
nikromenpraiskup
authored andcommitted
replacing pagure with github in our projects after copr migration to GH
1 parent 15fbdfa commit 23f40e8

File tree

22 files changed

+31
-31
lines changed

22 files changed

+31
-31
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copr
22

3-
[**Project Page**](https://pagure.io/copr/copr) |
3+
[**Project Page**](https://github.com/fedora-copr/copr) |
44
[**Documentation**](https://docs.pagure.org/copr.copr/) |
55
[**Report a Bug**](https://bugzilla.redhat.com/enter_bug.cgi?product=Copr) |
66
[**Already reported bugs**](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&classification=Community&list_id=4678560&product=Copr&query_format=advanced) |
@@ -33,7 +33,7 @@ python-copr-common | [![badge](https://copr.fedorainfracloud.org/coprs/g/copr/co
3333
You can use [Docker](https://docs.docker.com/) to run your local test environment. You need to install `docker-compose` tool for this to work.
3434

3535
```
36-
$ git clone https://pagure.io/copr/copr.git
36+
$ git clone https://github.com/fedora-copr/copr.git
3737
$ cd copr
3838
$ docker-compose up -d
3939
```

backend/docs/source/INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or checkout git repo and build with rpkg::
1212

1313
dnf install rpkg
1414

15-
git clone https://pagure.io/copr/copr.git
15+
git clone https://github.com/fedora-copr/copr.git
1616
cd copr
1717

1818
rpkg --path backend spec --outdir /tmp/rpkg

beaker-tests/Regression/backend/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnf -y install git dnf-plugins-core
77

88
if [[ `pwd` =~ ^/mnt/tests.*$ ]]; then
99
echo "Setting up native beaker environment."
10-
git clone https://pagure.io/copr/copr.git
10+
git clone https://github.com/fedora-copr/copr.git
1111
export COPRROOTDIR=$SCRIPTPATH/copr
1212
else
1313
echo "Setting up from source tree."

beaker-tests/Regression/dist-git/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnf -y install git dnf-plugins-core
77

88
if [[ `pwd` =~ ^/mnt/tests.*$ ]]; then
99
echo "Setting up native beaker environment."
10-
git clone https://pagure.io/copr/copr.git
10+
git clone https://github.com/fedora-copr/copr.git
1111
export COPRROOTDIR=$SCRIPTPATH/copr
1212
else
1313
echo "Setting up from source tree."

beaker-tests/Regression/frontend/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dnf -y install git dnf-plugins-core
77

88
if [[ `pwd` =~ ^/mnt/tests.*$ ]]; then
99
echo "Setting up native beaker environment."
10-
git clone https://pagure.io/copr/copr.git
10+
git clone https://github.com/fedora-copr/copr.git
1111
export COPRROOTDIR=$SCRIPTPATH/copr
1212
else
1313
echo "Setting up from source tree."

build_aux/rebuild-copr-stack

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import subprocess
99

1010
PROJECT = "@copr/copr-dev"
1111

12-
CLONE_URL = "https://pagure.io/copr/copr.git"
12+
CLONE_URL = "https://github.com/fedora-copr/copr.git"
1313

1414
BATCHES = {
1515
"common": {

build_aux/zuul/pylint-csdiff-script

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set +x
88
set -e
99

10-
REPO=https://pagure.io/copr/copr.git
10+
REPO=https://github.com/fedora-copr/copr.git
1111
: "${DIFF_AGAINST=upstream/main}"
1212

1313
rebase()

cli/copr_cli/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This part is a command line interface to use copr.
1111

1212
About this project:
1313
-------------------
14-
- Website: https://pagure.io/copr/copr
14+
- Website: https://github.com/fedora-copr/copr
1515
- Git: http://git.fedorahosted.org/cgit/copr.git
1616
- Production Fedora instance: https://copr.fedorainfracloud.org/
1717
- Development Fedora instance: http://copr.stg.fedoraproject.org/

cli/man/copr-cli.cheat

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ copr list-packages test-project
2626
copr-cli cancel <build_id>
2727

2828
# to build rpm(s) from GIT
29-
copr-cli buildscm test-project --clone-url https://pagure.io/copr/copr.git --subdir cli
29+
copr-cli buildscm test-project --clone-url https://github.com/fedora-copr/copr.git --subdir cli
3030

3131
# to regenerate repository metadata for a project
3232
copr-cli regenerate-repos test-project

doc/contribute.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To start your developer environment, simply run ``docker-compose up`` command in
2626

2727
::
2828

29-
$ git clone https://pagure.io/copr/copr.git
29+
$ git clone https://github.com/fedora-copr/copr.git
3030

3131
$ cd copr
3232

@@ -81,7 +81,7 @@ You can get shell to the e.g. backend container and see the logs
8181
Unit tests
8282
^^^^^^^^^^
8383

84-
Those tests are accessible directly from COPR pagure repository (https://pagure.io/copr/copr). If you change something in the frontend package, you should run the frontend test suite before committing::
84+
Those tests are accessible directly from COPR pagure repository (https://github.com/fedora-copr/copr). If you change something in the frontend package, you should run the frontend test suite before committing::
8585

8686
$ cd copr/frontend
8787

doc/developer_documentation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Source
1111

1212
Copr comes in several pieces. You can browse the source here:
1313

14-
* The source for Copr itself: https://pagure.io/copr/copr
14+
* The source for Copr itself: https://github.com/fedora-copr/copr
1515

1616
Working with the code
1717
---------------------

doc/downloads.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Copr uses `git <http://git.or.cz>`_ for source control.
1818

1919
To checkout the latest version from git::
2020

21-
git clone https://pagure.io/copr/copr.git
21+
git clone https://github.com/fedora-copr/copr.git
2222

23-
You can view the source on `Pagure <https://pagure.io/copr/copr>`_
23+
You can view the source on `GitHub <https://github.com/fedora-copr/copr>`_
2424

2525
Commiter Git Information
2626
^^^^^^^^^^^^^^^^^^^^^^^^
2727

2828
In general, we want folks to send patches to the list (see :ref:`patch_process`). If you have commit access to Copr, however, you can use the following URL::
2929

30-
git clone ssh://git@pagure.io/copr/copr.git
30+
git clone git@github.com:fedora-copr/copr.git
3131

3232
Source RPMs
3333
^^^^^^^^^^^

doc/git_guide.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Copr git web interface
77
----------------------
88

9-
If you just want to browse our git repository use https://pagure.io/copr/copr.
9+
If you just want to browse our git repository use https://github.com/fedora-copr/copr.
1010

1111
Getting Started
1212
---------------
@@ -31,11 +31,11 @@ Clone the Copr git repository
3131

3232
For anonymous access to the Copr source code, feel free to clone the repository::
3333

34-
git clone https://pagure.io/copr/copr
34+
git clone https://github.com/fedora-copr/copr
3535

3636
Copr committers can clone the repository using the ssh url, which is required if you want to push changes into the repo (and of course you need permission to do so)::
3737

38-
git clone ssh://git@pagure.io/copr/copr.git
38+
git clone git@github.com:fedora-copr/copr.git
3939

4040
For more details check out the DownloadIt page.
4141

@@ -50,7 +50,7 @@ https://accounts.fedoraproject.org/user/USERNAME/settings/keys
5050

5151
- After that you should be able to git clone with::
5252

53-
git clone ssh://git@pagure.io/copr/copr.git
53+
git clone git@github.com:fedora-copr/copr.git
5454

5555
Identify Yourself
5656
-----------------

doc/how_to_install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Currently Copr code base is tested and works only on Fedora 19+.
1111
Installation
1212
------------
1313

14-
Follow up https://pagure.io/copr/copr/blob/master/f/copr-setup.txt
14+
Follow up https://github.com/fedora-copr/copr/blob/main/copr-setup.txt

doc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Source
4040

4141
Copr comes in several pieces. You can browse the source here:
4242

43-
* The source for Copr itself: https://pagure.io/copr/copr
43+
* The source for Copr itself: https://github.com/fedora-copr/copr
4444

4545
Instances
4646
---------
@@ -51,7 +51,7 @@ Instances
5151
Need To Edit This Wiki?
5252
-----------------------
5353

54-
All the sources for this wiki are placed in our repository at https://pagure.io/copr/copr/ in "doc" directory. If you have commit rights,
54+
All the sources for this wiki are placed in our repository at https://github.com/fedora-copr/copr in "doc" directory. If you have commit rights,
5555
then you can to directly edit the files and then follow procedure described here: https://docs.pagure.org/pagure/usage/using_doc.html to
5656
push the modified html files into the docs repo. Even without commit rights, you can contribute. Just send us the patch of the modified
5757
doc files and we will apply it for you (see :ref:`patch_process`).

frontend/coprs_frontend/tests/data/webhooks/diff-01.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h5><strong>Source Code</strong></h5>
8181
<div class="form-group">
8282
<div class="input-group input-group-sm">
8383
<div class="input-group-prepend"><span class="input-group-text">GIT</span></div>
84-
<input class="form-control bg-white" type="text" value="https://pagure.io/copr/copr.git" readonly>
84+
<input class="form-control bg-white" type="text" value="https://github.com/fedora-copr/copr.git" readonly>
8585
</div>
8686
</div>
8787

frontend/coprs_frontend/tests/data/webhooks/diff-02.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h5><strong>Source Code</strong></h5>
8181
<div class="form-group">
8282
<div class="input-group input-group-sm">
8383
<div class="input-group-prepend"><span class="input-group-text">GIT</span></div>
84-
<input class="form-control bg-white" type="text" value="https://pagure.io/copr/copr.git" readonly>
84+
<input class="form-control bg-white" type="text" value="https://github.com/fedora-copr/copr.git" readonly>
8585
</div>
8686
</div>
8787

java/copr-java.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: Apache-2.0
66
URL: https://github.com/fedora-copr/copr
77

88
# Source is created by
9-
# git clone https://pagure.io/copr/copr.git
9+
# git clone https://github.com/fedora-copr/copr.git
1010
# cd copr/java
1111
# tito build --tgz
1212
Source0: %{name}-%{version}.tar.gz

messaging/docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Indices and tables
2626
* :ref:`search`
2727

2828

29-
.. _`Copr build system`: https://pagure.io/copr/copr
29+
.. _`Copr build system`: https://github.com/fedora-copr/copr

mocks/copr-mocks.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Summary: COPR system components mocks
44
Release: 1%{?dist}
55

66
# Source is created by:
7-
# git clone https://pagure.io/copr/copr.git
7+
# git clone https://github.com/fedora-copr/copr.git
88
# git checkout {{{ cached_git_name_version }}}
99
# cd copr/mocks
1010
# rpkg spec --sources

python/copr/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ to provide access to all copr api methods.
1111

1212
About this project:
1313
-------------------
14-
- Website: https://pagure.io/copr/copr
14+
- Website: https://github.com/fedora-copr/copr
1515
- Python-copr documentation: http://python-copr.readthedocs.org
16-
- Git: https://pagure.io/copr/copr.git
16+
- Git: https://github.com/fedora-copr/copr.git
1717
- Test instance: http://copr.stg.fedoraproject.org/
1818

1919
Usage:

python/docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source
2121

2222
.. code-block:: bash
2323
24-
git clone https://pagure.io/copr/copr.git
24+
git clone https://github.com/fedora-copr/copr.git
2525
cd copr/python
2626
# enable virtualenv if needed
2727
pip install -r requirements.txt

0 commit comments

Comments
 (0)