From e093cc4dcb0f540aa5f918aa484f82db7659a7a3 Mon Sep 17 00:00:00 2001
From: Robert Taylor
Date: Wed, 12 Jul 2023 22:33:22 +0000
Subject: [PATCH] Update repo references in code to point to github
---
README.rst | 4 ++--
bootstrap/docker/debian-10/root/socInstaller.py | 6 +++---
bootstrap/docker/scientificlinux-7/root/socInstaller.py | 6 +++---
bootstrap/docker/ubuntu-18/root/socInstaller.py | 6 +++---
bootstrap/socInstaller.py | 6 +++---
documentation/content/pages/alliance/Installation.rst | 6 +++---
documentation/content/pages/gitlab.rst | 6 +++---
documentation/content/pages/users-guide/Installation.rst | 6 +++---
documentation/output/pages/alliance.html | 6 +++---
documentation/output/pages/gitlab.html | 8 ++++----
documentation/output/pages/users-guide.html | 6 +++---
documentation/sphinx/pages/users-guide/Installation.rst | 6 +++---
flake.lock | 4 ++--
flake.nix | 2 +-
14 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/README.rst b/README.rst
index d450aa4a..94497d9f 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ Coriolis README
Coriolis is a free database, placement tool and routing tool for VLSI design.
-This project is hosted at: https://git.coriolis.lip6.fr/vlsi-eda/coriolis
+This project is hosted at: https://github.com/lip6/coriolis
Purpose
@@ -57,7 +57,7 @@ the repository in the right place. Proceed as follow: ::
ego@home:~$ mkdir -p ~/coriolis-2.x/src/
ego@home:~$ cd ~/coriolis-2.x/src
- ego@home:src$ git clone https://https://git.coriolis.lip6.fr/vlsi-eda/coriolis.git
+ ego@home:src$ git clone https://github.com/lip6/coriolis
ego@home:src$ cd coriolis
Then, build the tool: ::
diff --git a/bootstrap/docker/debian-10/root/socInstaller.py b/bootstrap/docker/debian-10/root/socInstaller.py
index c80a658c..5f9bef0c 100755
--- a/bootstrap/docker/debian-10/root/socInstaller.py
+++ b/bootstrap/docker/debian-10/root/socInstaller.py
@@ -300,9 +300,9 @@ class Configuration ( object ):
self._sender = 'Jean-Paul.Chaput@soc.lip6.fr'
self._receivers = [ 'Jean-Paul.Chaput@lip6.fr', ]
self._supportRepos = [ 'http://github.com/miloyip/rapidjson' ]
- self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
- self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
- self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
+ self._allianceRepo = 'https://github.com/lip6/alliance.git'
+ self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
+ self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
self._homeDir = os.environ['HOME']
self._debugArg = ''
self._rmSource = False
diff --git a/bootstrap/docker/scientificlinux-7/root/socInstaller.py b/bootstrap/docker/scientificlinux-7/root/socInstaller.py
index 36d9c840..d0534bf3 100755
--- a/bootstrap/docker/scientificlinux-7/root/socInstaller.py
+++ b/bootstrap/docker/scientificlinux-7/root/socInstaller.py
@@ -293,9 +293,9 @@ class Configuration ( object ):
self._sender = 'Jean-Paul.Chaput@soc.lip6.fr'
self._receivers = [ 'Jean-Paul.Chaput@lip6.fr', ]
self._supportRepos = [ 'http://github.com/miloyip/rapidjson' ]
- self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
- self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
- self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
+ self._allianceRepo = 'https://github.com/lip6/alliance.git'
+ self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
+ self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
self._homeDir = os.environ['HOME']
self._debugArg = ''
self._rmSource = False
diff --git a/bootstrap/docker/ubuntu-18/root/socInstaller.py b/bootstrap/docker/ubuntu-18/root/socInstaller.py
index c80a658c..5f9bef0c 100755
--- a/bootstrap/docker/ubuntu-18/root/socInstaller.py
+++ b/bootstrap/docker/ubuntu-18/root/socInstaller.py
@@ -300,9 +300,9 @@ class Configuration ( object ):
self._sender = 'Jean-Paul.Chaput@soc.lip6.fr'
self._receivers = [ 'Jean-Paul.Chaput@lip6.fr', ]
self._supportRepos = [ 'http://github.com/miloyip/rapidjson' ]
- self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
- self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
- self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
+ self._allianceRepo = 'https://github.com/lip6/alliance.git'
+ self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
+ self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
self._homeDir = os.environ['HOME']
self._debugArg = ''
self._rmSource = False
diff --git a/bootstrap/socInstaller.py b/bootstrap/socInstaller.py
index 52314f76..6d29016a 100755
--- a/bootstrap/socInstaller.py
+++ b/bootstrap/socInstaller.py
@@ -314,9 +314,9 @@ class Configuration ( object ):
self._sender = 'Jean-Paul.Chaput@soc.lip6.fr'
self._receivers = [ 'Jean-Paul.Chaput@lip6.fr', ]
self._supportRepos = [ 'https://github.com/Tencent/rapidjson.git' ]
- self._allianceRepo = 'https://gitlab.lip6.fr/jpc/alliance.git'
- self._coriolisRepo = 'https://gitlab.lip6.fr/jpc/coriolis.git'
- self._benchsRepo = 'https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git'
+ self._allianceRepo = 'https://github.com/lip6/alliance.git'
+ self._coriolisRepo = 'https://github.com/lip6/coriolis.git'
+ self._benchsRepo = 'https://github.com/lip6/alliance-check-toolkit.git'
self._homeDir = os.environ['HOME']
self._debugArg = ''
self._rmSource = False
diff --git a/documentation/content/pages/alliance/Installation.rst b/documentation/content/pages/alliance/Installation.rst
index 82010e2d..59d587e1 100644
--- a/documentation/content/pages/alliance/Installation.rst
+++ b/documentation/content/pages/alliance/Installation.rst
@@ -91,7 +91,7 @@ to rebuild |Alliance| from source. To perform this, be aware that you must
have at least a basic knowlegde of how to build a C/C++ program from source.
Sources are available through the following |git| repository:
- https://gitlab.lip6.fr/jpc/alliance.git
+ https://github.com/lip6/alliance.git
The stable version is under the branch :cb:`master`, while the development
is kept under :cb:`devel` (and will be merged into :cb:`master` from time
@@ -159,7 +159,7 @@ directory alongside with |Coriolis|.
ego@home:~> mkdir -p coriolis-2.x/src
ego@home:~> cd coriolis-2.x/src
- ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
+ ego@home:src> git clone https://github.com/lip6/alliance.git
3. Compilation & installation. For that step, you can use the following shell
script.
@@ -218,7 +218,7 @@ or ``/Linux.fc_64/`` (Fedora).
ego@home:~> mkdir -p coriolis-2.x/src
ego@home:~> cd coriolis-2.x/src
- ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
+ ego@home:src> git clone https://github.com/lip6/alliance.git
3. Compilation & installation. For that step, you can use the following shell
script.
diff --git a/documentation/content/pages/gitlab.rst b/documentation/content/pages/gitlab.rst
index 8a5d15eb..fa920fc8 100644
--- a/documentation/content/pages/gitlab.rst
+++ b/documentation/content/pages/gitlab.rst
@@ -22,7 +22,7 @@ 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
-:cb:`Alliance Check Toolkit` https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git
+|Alliance| https://github.com/lip6/alliance.git
+|Coriolis| https://github.com/lip6/coriolis.git
+:cb:`Alliance Check Toolkit` https://github.com/lip6/alliance-check-toolkit.git
================================ =======================================================
diff --git a/documentation/content/pages/users-guide/Installation.rst b/documentation/content/pages/users-guide/Installation.rst
index 5239ab1c..2969c75c 100644
--- a/documentation/content/pages/users-guide/Installation.rst
+++ b/documentation/content/pages/users-guide/Installation.rst
@@ -107,7 +107,7 @@ The actively developed branch
The **devel_anabatic** branch is now closed and we go back to a more classical
scheme where **master** is the stable version and **devel** the development one.
-The |Coriolis| |git| repository is https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+The |Coriolis| |git| repository is https://github.com/lip6/coriolis.git
.. note::
Again, the **devel_anabatic** branch is now closed. Please revert to **devel**
@@ -171,7 +171,7 @@ Installing on |RedHat| or compatible distributions
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
- dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+ dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
4. Build & install:
@@ -315,7 +315,7 @@ Second step is to create the source directory and pull the |git| repository:
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
- dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+ dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
Third and final step, build & install:
diff --git a/documentation/output/pages/alliance.html b/documentation/output/pages/alliance.html
index 0e8ca244..1c73bcff 100644
--- a/documentation/output/pages/alliance.html
+++ b/documentation/output/pages/alliance.html
@@ -237,7 +237,7 @@ to rebuild Alliance from source. To perform this, be awa
have at least a basic knowlegde of how to build a C/C++ program from source.
Sources are available through the following git repository:
-https://gitlab.lip6.fr/jpc/alliance.git
+https://github.com/lip6/alliance.git
The stable version is under the branch master , while the development
is kept under devel (and will be merged into master from time
to time...)
@@ -339,7 +339,7 @@ directory alongside with Coriolis .
Getting the sources (cloning the git repository):
ego@home:~> mkdir -p coriolis-2.x/src
ego@home:~> cd coriolis-2.x/src
-ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
+ego@home:src> git clone https://github.com/lip6/alliance.git
Compilation & installation. For that step, you can use the following shell
@@ -393,7 +393,7 @@ or /Linux.fc_64/ (Fedora).
Getting the sources (cloning the git repository):
ego@home:~> mkdir -p coriolis-2.x/src
ego@home:~> cd coriolis-2.x/src
-ego@home:src> git clone https://gitlab.lip6.fr/jpc/alliance.git
+ego@home:src> git clone https://github.com/lip6/alliance.git
Compilation & installation. For that step, you can use the following shell
diff --git a/documentation/output/pages/gitlab.html b/documentation/output/pages/gitlab.html
index c9499115..8d053d23 100644
--- a/documentation/output/pages/gitlab.html
+++ b/documentation/output/pages/gitlab.html
@@ -4,7 +4,7 @@
-
+
@@ -134,13 +134,13 @@
Alliance
-https://gitlab.lip6.fr/vlsi-eda/alliance.git
+https://github.com/lip6/alliance.git
Coriolis
-https://gitlab.lip6.fr/vlsi-eda/coriolis.git
+https://github.com/lip6/coriolis.git
Alliance Check Toolkit
-https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git
+https://github.com/lip6/alliance-check-toolkit.git
diff --git a/documentation/output/pages/users-guide.html b/documentation/output/pages/users-guide.html
index 94b96881..d9405626 100644
--- a/documentation/output/pages/users-guide.html
+++ b/documentation/output/pages/users-guide.html
@@ -363,7 +363,7 @@ and Python modules (which must be dynamic).
The actively developed branch
The devel_anabatic branch is now closed and we go back to a more classical
scheme where master is the stable version and devel the development one.
-The Coriolis git repository is https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+The Coriolis git repository is https://github.com/lip6/coriolis.git
Note
Again, the devel_anabatic branch is now closed. Please revert to devel
@@ -419,7 +419,7 @@ dummy@lepka:support> git clone http://github.com/miloyip/rapidjson
Create the source directory and pull the git repository:
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
-dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
Build & install:
@@ -530,7 +530,7 @@ this will confuse the installer and end up with a non functional software
Second step is to create the source directory and pull the git repository:
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
-dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
Third and final step, build & install:
dummy@lepka:src> cd coriolis
diff --git a/documentation/sphinx/pages/users-guide/Installation.rst b/documentation/sphinx/pages/users-guide/Installation.rst
index 5239ab1c..2969c75c 100644
--- a/documentation/sphinx/pages/users-guide/Installation.rst
+++ b/documentation/sphinx/pages/users-guide/Installation.rst
@@ -107,7 +107,7 @@ The actively developed branch
The **devel_anabatic** branch is now closed and we go back to a more classical
scheme where **master** is the stable version and **devel** the development one.
-The |Coriolis| |git| repository is https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+The |Coriolis| |git| repository is https://github.com/lip6/coriolis.git
.. note::
Again, the **devel_anabatic** branch is now closed. Please revert to **devel**
@@ -171,7 +171,7 @@ Installing on |RedHat| or compatible distributions
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
- dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+ dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
4. Build & install:
@@ -315,7 +315,7 @@ Second step is to create the source directory and pull the |git| repository:
dummy@lepka:~> mkdir -p ~/coriolis-2.x/src
dummy@lepka:src> cd ~/coriolis-2.x/src
- dummy@lepka:src> git clone https://gitlab.lip6.fr/vlsi-cad/coriolis.git
+ dummy@lepka:src> git clone https://github.com/lip6/coriolis.git
Third and final step, build & install:
diff --git a/flake.lock b/flake.lock
index 8e643e50..978ad36e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -9,11 +9,11 @@
"rev": "0e5744fd98acadee44bc5cfc4949146f1d30506f",
"revCount": 291,
"type": "git",
- "url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git"
+ "url": "https://github.com/lip6/alliance-check-toolkit.git"
},
"original": {
"type": "git",
- "url": "https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git"
+ "url": "https://github.com/lip6/alliance-check-toolkit.git"
}
},
"nixpkgs": {
diff --git a/flake.nix b/flake.nix
index 15e25d50..3e5e63df 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
# Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "github:NixOS/nixpkgs"; # for alliance
- inputs.alliance-check-toolkit.url = "git+https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git";
+ inputs.alliance-check-toolkit.url = "git+https://github.com/lip6/alliance-check-toolkit.git";
inputs.alliance-check-toolkit.flake = false;
inputs.soclayout.url = "git+https://git.libre-soc.org/git/soclayout.git";
inputs.soclayout.flake = false;