Skip to content

Commit 9982f21

Browse files
committed
Update repo references in code to point to github
1 parent fe37bb1 commit 9982f21

File tree

14 files changed

+39
-39
lines changed

14 files changed

+39
-39
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Coriolis README
77

88
Coriolis is a free database, placement tool and routing tool for VLSI design.
99

10-
This project is hosted at: https://git.coriolis.lip6.fr/vlsi-eda/coriolis
10+
This project is hosted at: https://github.com/lip6/coriolis
1111

1212

1313
Purpose
@@ -57,7 +57,7 @@ the repository in the right place. Proceed as follow: ::
5757

5858
ego@home:~$ mkdir -p ~/coriolis-2.x/src/
5959
ego@home:~$ cd ~/coriolis-2.x/src
60-
ego@home:src$ git clone https://https://git.coriolis.lip6.fr/vlsi-eda/coriolis.git
60+
ego@home:src$ git clone https://github.com/lip6/coriolis
6161
ego@home:src$ cd coriolis
6262

6363
Then, build the tool: ::

bootstrap/docker/debian-10/root/socInstaller.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ def __init__ ( self ):
300300
self._sender = '[email protected]'
301301
self._receivers = [ '[email protected]', ]
302302
self._supportRepos = [ 'https://github.com/miloyip/rapidjson' ]
303-
self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
304-
self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
305-
self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
303+
self._allianceRepo = 'https://github.com/lip6/alliance.git'
304+
self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
305+
self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
306306
self._homeDir = os.environ['HOME']
307307
self._debugArg = ''
308308
self._rmSource = False

bootstrap/docker/scientificlinux-7/root/socInstaller.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ def __init__ ( self ):
293293
self._sender = '[email protected]'
294294
self._receivers = [ '[email protected]', ]
295295
self._supportRepos = [ 'https://github.com/miloyip/rapidjson' ]
296-
self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
297-
self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
298-
self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
296+
self._allianceRepo = 'https://github.com/lip6/alliance.git'
297+
self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
298+
self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
299299
self._homeDir = os.environ['HOME']
300300
self._debugArg = ''
301301
self._rmSource = False

bootstrap/docker/ubuntu-18/root/socInstaller.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ def __init__ ( self ):
300300
self._sender = '[email protected]'
301301
self._receivers = [ '[email protected]', ]
302302
self._supportRepos = [ 'https://github.com/miloyip/rapidjson' ]
303-
self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
304-
self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
305-
self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
303+
self._allianceRepo = 'https://github.com/lip6/alliance.git'
304+
self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
305+
self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
306306
self._homeDir = os.environ['HOME']
307307
self._debugArg = ''
308308
self._rmSource = False

bootstrap/socInstaller.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ def __init__ ( self ):
314314
self._sender = '[email protected]'
315315
self._receivers = [ '[email protected]', ]
316316
self._supportRepos = [ 'https://github.com/Tencent/rapidjson.git' ]
317-
self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
318-
self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
319-
self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
317+
self._allianceRepo = 'https://github.com/lip6/alliance.git'
318+
self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
319+
self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
320320
self._homeDir = os.environ['HOME']
321321
self._debugArg = ''
322322
self._rmSource = False

documentation/content/pages/alliance/Installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ to rebuild |Alliance| from source. To perform this, be aware that you must
9191
have at least a basic knowlegde of how to build a C/C++ program from source.
9292
Sources are available through the following |git| repository:
9393

94-
https://gitlab.lip6.fr/jpc/alliance.git
94+
https://github.com/lip6/alliance.git
9595

9696
The stable version is under the branch :cb:`master`, while the development
9797
is kept under :cb:`devel` (and will be merged into :cb:`master` from time
@@ -159,7 +159,7 @@ directory alongside with |Coriolis|.
159159
160160
ego@home:~> mkdir -p coriolis-2.x/src
161161
ego@home:~> cd coriolis-2.x/src
162-
ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
162+
ego@home:src> git clone https://github.com/lip6/alliance.git
163163
164164
3. Compilation & installation. For that step, you can use the following shell
165165
script.
@@ -218,7 +218,7 @@ or ``/Linux.fc_64/`` (Fedora).
218218
219219
ego@home:~> mkdir -p coriolis-2.x/src
220220
ego@home:~> cd coriolis-2.x/src
221-
ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
221+
ego@home:src> git clone https://github.com/lip6/alliance.git
222222
223223
3. Compilation & installation. For that step, you can use the following shell
224224
script.

documentation/content/pages/gitlab.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The |git| repositories of all the components of the project:
2222
================================ =======================================================
2323
Component Repository
2424
================================ =======================================================
25-
|Alliance| https://gitlab.lip6.fr/vlsi-eda/alliance.git
26-
|Coriolis| https://gitlab.lip6.fr/vlsi-eda/coriolis.git
27-
:cb:`Alliance Check Toolkit` https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git
25+
|Alliance| https://github.com/lip6/alliance.git
26+
|Coriolis| https://github.com/lip6/coriolis.git
27+
:cb:`Alliance Check Toolkit` https://github.com/lip6/alliance-check-toolkit.git
2828
================================ =======================================================

documentation/content/pages/users-guide/Installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The actively developed branch
107107
The **devel_anabatic** branch is now closed and we go back to a more classical
108108
scheme where **master** is the stable version and **devel** the development one.
109109

110-
The |Coriolis| |git| repository is https://gitlab.lip6.fr/vlsi-cad/coriolis.git
110+
The |Coriolis| |git| repository is https://github.com/lip6/coriolis.git
111111

112112
.. note::
113113
Again, the **devel_anabatic** branch is now closed. Please revert to **devel**
@@ -171,7 +171,7 @@ Installing on |RedHat| or compatible distributions
171171
172172
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
173173
dummy@lepka:src> cd ~/coriolis-2.x/src
174-
dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
174+
dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
175175
176176
4. Build & install:
177177

@@ -315,7 +315,7 @@ Second step is to create the source directory and pull the |git| repository:
315315
316316
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
317317
dummy@lepka:src> cd ~/coriolis-2.x/src
318-
dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
318+
dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
319319
320320
Third and final step, build & install:
321321

documentation/output/pages/alliance.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h2><a class="toc-backref" href="#id8">Rebuild From Source (Git)</a></h2>
237237
have at least a basic knowlegde of how to build a C/C++ program from source.
238238
Sources are available through the following <span class="cb">git</span> repository:</p>
239239
<blockquote>
240-
<a class="reference external" href="https://gitlab.lip6.fr/jpc/alliance.git">https://gitlab.lip6.fr/jpc/alliance.git</a></blockquote>
240+
<a class="reference external" href="https://github.com/lip6/alliance.git">https://github.com/lip6/alliance.git</a></blockquote>
241241
<p>The stable version is under the branch <span class="cb">master</span>, while the development
242242
is kept under <span class="cb">devel</span> (and will be merged into <span class="cb">master</span> from time
243243
to time...)</p>
@@ -339,7 +339,7 @@ <h3><a class="toc-backref" href="#id9">Debian 9 &amp; Ubuntu 18</a></h3>
339339
<li><p class="first">Getting the sources (cloning the <span class="cb">git</span> repository):</p>
340340
<div class="highlight"><pre><span></span>ego@home:~&gt; mkdir -p coriolis-2.x/src
341341
ego@home:~&gt; <span class="nb">cd</span> coriolis-2.x/src
342-
ego@home:src&gt; git clone https://gitlab.lip6.fr/jpc/alliance.git
342+
ego@home:src&gt; git clone https://github.com/lip6/alliance.git
343343
</pre></div>
344344
</li>
345345
<li><p class="first">Compilation &amp; installation. For that step, you can use the following shell
@@ -393,7 +393,7 @@ <h3><a class="toc-backref" href="#id10">RHEL, CentOS, Fedora</a></h3>
393393
<li><p class="first">Getting the sources (cloning the <span class="cb">git</span> repository):</p>
394394
<div class="highlight"><pre><span></span>ego@home:~&gt; mkdir -p coriolis-2.x/src
395395
ego@home:~&gt; <span class="nb">cd</span> coriolis-2.x/src
396-
ego@home:src&gt; git clone https://gitlab.lip6.fr/jpc/alliance.git
396+
ego@home:src&gt; git clone https://github.com/lip6/alliance.git
397397
</pre></div>
398398
</li>
399399
<li><p class="first">Compilation &amp; installation. For that step, you can use the following shell

documentation/output/pages/gitlab.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="description" content="The git repositories of all the components of the project: Component Repository Alliance https://gitlab.lip6.fr/vlsi-eda/alliance.git Coriolis https://gitlab.lip6.fr/vlsi-eda/coriolis.git Alliance...">
7+
<meta name="description" content="The git repositories of all the components of the project: Component Repository Alliance https://github.com/lip6/alliance.git Coriolis https://github.com/lip6/coriolis.git Alliance...">
88
<meta name="keywords" content="">
99
<link rel="icon" href="../favicon.ico">
1010

@@ -134,13 +134,13 @@ <h1 class="header-title text-uppercase">Gitlab Repositories</h1>
134134
</thead>
135135
<tbody valign="top">
136136
<tr><td><span class="sc">Alliance</span></td>
137-
<td><a class="reference external" href="https://gitlab.lip6.fr/vlsi-eda/alliance.git">https://gitlab.lip6.fr/vlsi-eda/alliance.git</a></td>
137+
<td><a class="reference external" href="https://github.com/lip6/alliance.git">https://github.com/lip6/alliance.git</a></td>
138138
</tr>
139139
<tr><td><span class="sc">Coriolis</span></td>
140-
<td><a class="reference external" href="https://gitlab.lip6.fr/vlsi-eda/coriolis.git">https://gitlab.lip6.fr/vlsi-eda/coriolis.git</a></td>
140+
<td><a class="reference external" href="https://github.com/lip6/coriolis.git">https://github.com/lip6/coriolis.git</a></td>
141141
</tr>
142142
<tr><td><span class="cb">Alliance Check Toolkit</span></td>
143-
<td><a class="reference external" href="https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git">https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git</a></td>
143+
<td><a class="reference external" href="https://github.com/lip6/alliance-check-toolkit.git">https://github.com/lip6/alliance-check-toolkit.git</a></td>
144144
</tr>
145145
</tbody>
146146
</table>

documentation/output/pages/users-guide.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h3><a class="toc-backref" href="#id19">Building Coriolis</a></h3>
363363
<h4>The actively developed branch</h4>
364364
<p>The <strong>devel_anabatic</strong> branch is now closed and we go back to a more classical
365365
scheme where <strong>master</strong> is the stable version and <strong>devel</strong> the development one.</p>
366-
<p>The <span class="sc">Coriolis</span> <span class="cb">git</span> repository is <a class="reference external" href="https://gitlab.lip6.fr/vlsi-cad/coriolis.git">https://gitlab.lip6.fr/vlsi-cad/coriolis.git</a></p>
366+
<p>The <span class="sc">Coriolis</span> <span class="cb">git</span> repository is <a class="reference external" href="https://github.com/lip6/coriolis.git">https://github.com/lip6/coriolis.git</a></p>
367367
<div class="admonition note">
368368
<p class="first admonition-title">Note</p>
369369
<p class="last">Again, the <strong>devel_anabatic</strong> branch is now closed. Please revert to <strong>devel</strong>
@@ -419,7 +419,7 @@ <h4>Installing on <span class="sc">RedHat</span> or compatible distributions</h4
419419
<li><p class="first">Create the source directory and pull the <span class="cb">git</span> repository:</p>
420420
<div class="highlight"><pre><span></span>dummy@lepka:~&gt; mkdir -p ~/coriolis-2.x/src
421421
dummy@lepka:src&gt; <span class="nb">cd</span> ~/coriolis-2.x/src
422-
dummy@lepka:src&gt; git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
422+
dummy@lepka:src&gt; git clone https://github.com/lip6/coriolis.git
423423
</pre></div>
424424
</li>
425425
<li><p class="first">Build &amp; install:</p>
@@ -530,7 +530,7 @@ <h4>Installing on <span class="sc">Debian</span> 9, <span class="sc">Ubuntu</spa
530530
<p>Second step is to create the source directory and pull the <span class="cb">git</span> repository:</p>
531531
<div class="highlight"><pre><span></span>dummy@lepka:~&gt; mkdir -p ~/coriolis-2.x/src
532532
dummy@lepka:src&gt; <span class="nb">cd</span> ~/coriolis-2.x/src
533-
dummy@lepka:src&gt; git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
533+
dummy@lepka:src&gt; git clone https://github.com/lip6/coriolis.git
534534
</pre></div>
535535
<p>Third and final step, build &amp; install:</p>
536536
<div class="highlight"><pre><span></span>dummy@lepka:src&gt; <span class="nb">cd</span> coriolis

documentation/sphinx/pages/users-guide/Installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The actively developed branch
107107
The **devel_anabatic** branch is now closed and we go back to a more classical
108108
scheme where **master** is the stable version and **devel** the development one.
109109

110-
The |Coriolis| |git| repository is https://gitlab.lip6.fr/vlsi-cad/coriolis.git
110+
The |Coriolis| |git| repository is https://github.com/lip6/coriolis.git
111111

112112
.. note::
113113
Again, the **devel_anabatic** branch is now closed. Please revert to **devel**
@@ -171,7 +171,7 @@ Installing on |RedHat| or compatible distributions
171171
172172
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
173173
dummy@lepka:src> cd ~/coriolis-2.x/src
174-
dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
174+
dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
175175
176176
4. Build & install:
177177

@@ -315,7 +315,7 @@ Second step is to create the source directory and pull the |git| repository:
315315
316316
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
317317
dummy@lepka:src> cd ~/coriolis-2.x/src
318-
dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
318+
dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
319319
320320
Third and final step, build & install:
321321

flake.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Nixpkgs / NixOS version to use.
77
inputs.nixpkgs.url = "github:NixOS/nixpkgs"; # for alliance
8-
inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git";
8+
inputs.alliance-check-toolkit.url = "git+https://github.com/lip6/alliance-check-toolkit.git";
99
inputs.alliance-check-toolkit.flake = false;
1010
inputs.soclayout.url = "git+https://git.libre-soc.org/git/soclayout.git";
1111
inputs.soclayout.flake = false;

0 commit comments

Comments
 (0)